Results for: "OptionParser"

Override to provide details of the arguments a command takes. It should return a left-justified string, one argument per line.

For example:

def usage
  "#{program_name} FILE [FILE ...]"
end

def arguments
  "FILE          name of file to find"
end

Reset the authoritative instance of the command manager.

No documentation available

Merges the requirements of other into this dependency

No documentation available
@gem

the path to a built gem from @spec

@user_spec

the path to a built gem from @user_spec

@installer

a Gem::Installer for the @spec that installs into @gemhome

@user_installer

a Gem::Installer for the @user_spec that installs into Gem.user_dir

No documentation available
No documentation available
No documentation available

Creates a new package that will read or write to the file gem.

A list of file names contained in this gem

Verifies that this gem:

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

No documentation available

Set the Gem search path (as reported by Gem.path).

Noop this out so there are no anchors

Cached RemoteFetcher instance.

No documentation available

Resets HTTP connection connection.

Concatenates the new requirements onto this requirement.

true if this gem has no requirements.

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

Removes all sources from the SourceList.

Returns true if there are no sources in this SourceList.

Returns the first source in the list.

Default fetcher instance. Use this instead of ::new to reduce object allocation.

Search took: 5ms  ·  Total Results: 4164