Results for: "pstore"

Sanitize a single string.

Creates a duplicate spec without large blobs that aren’t used at runtime.

Returns an object you can use to sort specifications in sort_by.

Returns a Ruby code representation of this specification, such that it can be eval’ed and reconstruct the same specification later. Attributes that still have their default values are omitted.

Returns self

No documentation available

Is this dependency simply asking for the latest version of a gem?

No documentation available
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), 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

The default port to use for HTTP requests; defaults to 80.

Maximum number of times to retry an idempotent request in case of Net::ReadTimeout, IOError, EOFError, Errno::ECONNRESET, Errno::ECONNABORTED, Errno::EPIPE, OpenSSL::SSL::SSLError, Timeout::Error. Should be a non-negative integer number. Zero means no retries. The default value is 1.

Setter for the read_timeout attribute.

No documentation available

The address of the proxy server, if one is configured.

The port of the proxy server, if one is configured.

No documentation available
No documentation available

utils

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
Search took: 5ms  ·  Total Results: 3468