Results for: "remove_const"

Gets all IP addresses for name from the DNS resolver.

name can be a Resolv::DNS::Name or a String. Retrieved addresses will be a Resolv::IPv4 or Resolv::IPv6

Look up the typeclass DNS resource of name.

name must be a Resolv::DNS::Name or a String.

typeclass should be one of the following:

Returned resource is represented as a Resolv::DNS::Resource instance, i.e. Resolv::DNS::Resource::IN::A.

Looks up all typeclass DNS resources for name. See getresource for argument details.

No documentation available

Creates a new IPv6 address from arg which may be:

IPv6

returns arg.

String

arg must match one of the IPv6::Regex* constants

No documentation available
No documentation available

Return true if this spec should be ignored because it’s missing extensions.

No documentation available

Reset the authoritative instance of the command manager.

Filename of the gem being installed.

Verifies that this gem:

After verification the gem specification from the gem is available from spec

No documentation available

Resets HTTP connection connection.

Declare that a gem of name name with reqs requirements is needed.

Factory method to create a Gem::Requirement object. Input may be a Version, a String, or nil. Intended to simplify client code.

If the input is “weird”, the default version requirement is returned.

Factory method to create a Version object. Input may be a Version or a String. Intended to simplify client code.

ver1 = Version.create('1.3.17')   # -> (Version object)
ver2 = Version.create(ver1)       # -> (ver1)
ver3 = Version.create(nil)        # -> nil

The release for this version (e.g. 1.2.0.a -> 1.2.0). Non-prerelease versions return themselves.

No documentation available

Replaces this SourceList with the sources in other See << for acceptable items in other.

Returns true if there are no sources in this SourceList.

Reset the list of known specs, running pre and post reset hooks registered in Gem.

Abbreviate the spec for downloading. Abbreviated specs are only used for searching, downloading and related activities and do not need deployment specific information (e.g. list of files). So we abbreviate the spec, making it much smaller for quicker downloads.

Recursively walk dependencies of this spec, executing the block for each hop.

Parses and redacts uri

Search took: 9ms  ·  Total Results: 5438