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) # => []
test_dummy_assets() Instance Public methods
conditional_hello_with_expires_in_with_public_with_more_keys_old_syntax() Instance Public methods
new() Class Public methods
with_routing(&block) Instance Public methods
active_connections?() Instance Public methods Returns true if there are any active connections among the connection pools that the ConnectionHandler is managing.
fetch(type) Class Public methods
halted_callback(event) Instance Public methods
with(routes) Class Public methods
subclasses() Instance Public methods Returns an array with the direct children of self. Integer.subclasses # => [Fixnum, Bignum] class Foo; end class Bar < Foo; end class Baz < Bar; end Foo.subclasses # => [Bar]
Page 44 of 2275