listen

listen(addresses = @addresses) Instance Public methods Creates server sockets based on the addresses option. If no addresses were given a server socket for all interfaces is created.

request

request(uri, request_class, last_modified = nil) Instance Public methods Performs a Net::HTTP request of type request_class on uri returning a Net::HTTP response object. request maintains a table of persistent connections to reduce connect overhead.

<<

<<(str) Instance Public methods Alias for: update

new

Random.new(seed = Random.new_seed) â prng Class Public methods Creates a new PRNG using seed to set the initial state. If seed is omitted, the generator is initialized with ::new_seed. See ::srand for more information on the use of seed values.

clear

clear() Instance Public methods Removes all objects from the queue.

tuesday?

time.tuesday? â true or false Instance Public methods Returns true if time represents Tuesday. t = Time.local(1991, 2, 19) #=> 1991-02-19 00:00:00 -0600 p t.tuesday? #=> true

inspect_value

inspect_value(v) Instance Public methods Proc to call when the input is evaluated and output in irb.

add_key_option

add_key_option() Instance Public methods Add the âkey option

select

select(*components) Instance Public methods Args components Multiple Symbol arguments defined in URI::HTTP Description Selects specified components from URI Usage require 'uri' uri = URI.parse('http://myuser:mypass@my.example.com/test.rbx') p uri.select(:userinfo, :host, :path) # => ["myuser:mypass", "my.example.com", "/test.rbx"]

conditional_hello_with_expires_in_with_public

conditional_hello_with_expires_in_with_public() Instance Public methods