Paths in the gem to add to $LOAD_PATH
when this gem is activated. If you have an extension you do not need to add "ext"
to the require path, the extension build process will copy the extension files into “lib” for you.
The default value is "lib"
Usage:
# If all library files are in the root directory... spec.require_paths = ['.']
Return the list of all array-oriented instance variables.
Returns the build_args
used to install the gem
Return true if there are possible conflicts against the currently loaded specs.
Singular accessor for require_paths
Singular accessor for require_paths
Returns an object you can use to sort specifications in sort_by.
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.
Returns the X.509 certificates the server presented.
The port of the proxy server, if one is configured.
The password of the proxy server, if one is configured.
utils
Creates a Regexp
to match an address.
Creates a DRb::DRbObject
given the reference information to the remote host uri
and object ref
.
Routes respond_to? to the referenced remote object.