map2

map2(v) Instance Public methods Like #collect2, but returns a Vector instead of an Array.

uid

stat.uid â fixnum Instance Public methods Returns the numeric user id of the owner of stat. File.stat("testfile").uid #=> 501

open_server

open_server(uri, config) Class Public methods Returns a DRb::DRbSSLSocket instance as a server-side connection, with the SSL connected. This is called from DRb.start_service or while connecting to a remote object: DRb.start_service 'drbssl://localhost:0', front, config uri is the URI we are connected to, 'drbssl://localhost:0' above, config is our configuration. Either a Hash or DRb::DRbSSLSocket::SSLConfig

initialize

initialize(gem) Instance Protected methods Creates a new package that will read or write to the file gem.

new

new() Class Public methods

dataType

dataType() Instance Public methods VARIANT dataType the data type of the node

puts

puts(text="") Instance Public methods

convpath

ec.convpath â ary Instance Public methods Returns the conversion path of ec. The result is an array of conversions. ec = Encoding::Converter.new("ISO-8859-1", "EUC-JP", crlf_newline: true) p ec.convpath #=> [[#<Encoding:ISO-8859-1>, #<Encoding:UTF-8>], # [#<Encoding:UTF-8>, #<Encoding:EUC-JP>], # "crlf_newline"] Each element of the array is a pair of encodings or a string. A pair means an encoding conversion. A string means a decorator. In

new

new(set, api_data) Class Public methods

reset

reset() Instance Public methods VOID reset reset the position of iterator