header(dest = '') Instance Public methods Fetches the message header. The optional dest argument is obsolete. This method raises a POPError if an error occurs.
_round_poly2(x0, y0, x1, y1, x2, y2, radius) Instance Public methods
install_ns(prefix, uri) Class Public methods
set_valid_byte_pattern(encoding, pattern_or_label) Instance Public methods
set_environment() Instance Public methods
iseq.disassemble â str Instance Public methods Returns the instruction sequence as a String in human readable form. puts RubyVM::InstructionSequence.compile('1 + 2').disasm Produces: == disasm: <RubyVM::InstructionSequence:<compiled>@<compiled>>========== 0000 trace 1 ( 1) 0002 putobject 1 0004 putobject 2 0006 opt_plus <ic:1> 0008 leave
specific_class() Instance Public methods def create_self(keys) if keys and keys != None tk_call_without_enc('toplevel', @path, *hash_kv(keys, true)) else tk_call_without_enc('toplevel', @path) end end private :create_self
get_proxy_from_env() Instance Public methods Returns an HTTP proxy URI if one is set in the environment variables.
new(io, options = {}) Class Public methods
new(ary) Class Public methods Creates a new DRbArray that either dumps or wraps all the items in the Array ary so they can be loaded by a remote DRb server.
Page 652 of 2275