# File tokyotyrant.rb, line 1172 def out(pkey) pkey = _argstr(pkey) args = Array.new args.push(pkey) rv = misc("out", args, 0) if !rv @ecode = ENOREC if @ecode == EMISC return false end return true end