Results for: "Pathname"

No documentation available
No documentation available

Get the presentation name of the SvcParamKey.

No documentation available
No documentation available

Git binary path

No documentation available

Return the full path to the cached gem file matching the given name and version requirement. Returns ‘nil’ if no match.

Example:

get_path 'rake', '> 0.4' # "/usr/lib/ruby/gems/1.8/cache/rake-0.4.2.gem"
get_path 'rake', '< 0.1' # nil
get_path 'rak'           # nil (exact name required)
No documentation available
No documentation available
No documentation available

Corresponds to $(LIBPATH) in mkmf

No documentation available

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
^^^
Search took: 4ms  ·  Total Results: 2413