Header’s full name, including prefix
The full name of the specification to be activated.
Path of activations from the current
list.
The name and version of the specification.
Unlike Gem::Specification#full_name
, the platform is not included.
The name and version of the specification.
Unlike Gem::Specification#full_name
, the platform is not included.
Returns the path to the trusted certificate
Returns the full file path of this frame.
Same as path
, except that it will return absolute path even if the frame is in the main script.
Example:
x.foo ^^^^ x.foo(42) ^^^^ x&.foo ^^^^^ x[42] ^^^^ x += 1 ^
Get all gem names from the command line.
Get a single gem name from the command line. Fail if there is no gem name or if there is more than one gem name given.
Suggests gems based on the supplied gem_name
. Returns an array of alternative gem names.
Returns every spec that matches name
and optional requirements
.
Find
the best specification matching a full_name
.
Returns every spec in the record that matches name
and optional requirements
.
@return [Array] specs of default gems that are ‘==` to the given `spec`.