Results for: "pstore"

Builds and installs the Gem::Specification spec

Uninstalls the Gem::Specification spec

creates a temporary directory with hax TODO: deprecate and remove

Reads a Marshal file at path

Reads a binary file at path

Install the provided specs

No documentation available

Is this test being run on a Windows platform?

Is this test being run on a Windows platform?

A vendor_gem is used with a gem dependencies file. The gem created here has no files, just a gem specification for the given name and version.

Yields the specification to the block, if given

Uninstalls gem spec

Removes installed executables and batch files (windows only) for gemspec.

Removes all gems in list.

NOTE: removes uninstalled gems from list.

Display an error message in a location expected to get error messages. Will ask question if it is not nil.

No documentation available

start a job

Returns default port

Returns default port

check the password v component for RFC2396 compliance and against the URI::Parser Regexp for :USERINFO

Can not have a registry or opaque component defined, with a user component defined.

protected setter for the password component v

see also URI::Generic.password=

check the host v component for RFC2396 compliance and against the URI::Parser Regexp for :HOST

Can not have a registry or opaque component defined, with a host component defined.

protected setter for the host component v

see also URI::Generic.host=

check the port v component for RFC2396 compliance and against the URI::Parser Regexp for :PORT

Can not have a registry or opaque component defined, with a port component defined.

protected setter for the port component v

see also URI::Generic.port=

Args

oth

URI or String

Description

Calculates relative path to oth from self

Usage

require 'uri'

uri = URI.parse('http://my.example.com')
p uri.route_to('http://my.example.com/main.rbx?page=1')
#=> #<URI::Generic:0x2020c2f6 URL:/main.rbx?page=1>
Search took: 3ms  ·  Total Results: 3363