Results for: "module_function"

Quoted verbatim from original documentation:

What is this?

:)

Same as IO.

No documentation available
No documentation available
No documentation available
No documentation available

Calls superclass method.

No documentation available
No documentation available

Routes respond_to? to the referenced remote object.

Routes respond_to? to the referenced remote object.

Example:

Foo::Bar
   ^^^^^
No documentation available

Sends a GET request to the target and returns the HTTP response as a Net::HTTPResponse object. The target can either be specified as (uri, headers), or as (host, path, port = 80); so:

res = Net::HTTP.get_response(URI('http://www.example.com/index.html'))
print res.body

or:

res = Net::HTTP.get_response('www.example.com', '/index.html')
print res.body

you can also specify request headers:

Net::HTTP.get_response(URI('http://www.example.com/index.html'), { 'Accept' => 'text/html' })

Setter for the read_timeout attribute.

Setter for the write_timeout attribute.

Executes a request which uses a representation and returns its body.

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
Search took: 12ms  ·  Total Results: 3178