matches_spec?(spec) Instance Public methods
sockopt.family => integer Instance Public methods returns the socket family as an integer. p Socket::Option.new(:INET6, :IPV6, :RECVPKTINFO, [1].pack("i!")).family #=> 10
new(place, event, tuple, expires=nil) Class Public methods Creates a new NotifyTemplateEntry that watches place for +event+s that match tuple.
base64digest!() Instance Public methods Returns the resulting hash value and resets the digest to the initial state.
generate(what, *args) Instance Public methods Generate something using a generator from Rails or a plugin. The second parameter is the argument string that is passed to the generator or an Array that is joined. generate(:authenticated, "user session")
connections() Instance Public methods Return the current number of connected clients
itemid(item) Instance Public methods
add(*args) Instance Public methods
loop { block }loop â an_enumerator Instance Public methods Repeatedly executes the block. If no block is given, an enumerator is returned instead. loop do print "Input: " line = gets break if !line or line =~ /^qQ/ # ... end StopIteration raised in the block breaks the loop.
selection_include?(tag) Instance Public methods
Page 280 of 2275