restore() Instance Public methods Restore session state. Returns session data as a hash.
to(position) Instance Public methods Returns the beginning of the array up to position. %w( a b c d ).to(0) # => ["a"] %w( a b c d ).to(2) # => ["a", "b", "c"] %w( a b c d ).to(10) # => ["a", "b", "c", "d"] %w().to(0) # => []
params() Instance Public methods
encoding_name() Class Public methods Also aliased as: encoding, default_encoding
encode(string) Instance Public methods
each_address(name) Instance Public methods Iterates over all IP addresses for name.
lib() Instance Public methods
<=>(other) Instance Public methods Also aliased as: compare_without_coercion
child_name(name) Instance Public methods Creates the full name for a child with name
struct.to_s â stringstruct.inspect â string Instance Public methods Describe the contents of this struct in a string. to_s
Page 1799 of 2275