Results for: "Pathname"

No documentation available

Header’s full name, including prefix

The full name of the specification to be activated.

No documentation available

Path of activations from the current list.

No documentation available

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:

Foo::Bar += 1
   ^^^^^^^^

Example:

x.foo
 ^^^^
x.foo(42)
 ^^^^
x&.foo
 ^^^^^
x[42]
 ^^^^
x += 1
  ^

Example:

x + 1
  ^
+x
^

Example:

foo(42)
^^^
foo 42
^^^

Example:

Foo::Bar
   ^^^^^

in Prism::ConstantReadNode

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.

No documentation available
No documentation available

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`.

Search took: 3ms  ·  Total Results: 2303