Results for: "partition"

Initialization tasks without the “yield self” or define operations.

Add deps Gem::Dependency objects to the set.

Concatenates the new requirements onto this requirement.

true if this gem has no requirements.

Removes all sources from the SourceList.

Return any possible conflicts against the currently loaded specs.

A short summary of this gem’s description.

teardown restores the process to its original state and removes the tempdir unless the KEEP_FILES environment variable was set.

Display an informational alert. Will ask question if it is not nil.

No documentation available

Returns a Concat object, for the given jobs

No documentation available

Components of the URI in the order.

Components of the URI in the order.

Args

v

String

Description

public setter for the password component. (with validation)

see also URI::Generic.check_password

Usage

require 'uri'

uri = URI.parse("http://john:S3nsit1ve@my.example.com")
uri.password = "V3ry_S3nsit1ve"
# =>  "V3ry_S3nsit1ve"
uri
#=> #<URI::HTTP:0x00000000881d90 URL:http://john:V3ry_S3nsit1ve@my.example.com>

returns the password component

Args

v

String

Description

public setter for the port component v. (with validation)

see also URI::Generic.check_port

Usage

require 'uri'

uri = URI.parse("http://my.example.com")
uri.port = 8080
# =>  8080
uri
#=> #<URI::HTTP:0x000000008e89e8 URL:http://my.example.com:8080>

Args

v

String

Description

public setter for the path component v. (with validation)

see also URI::Generic.check_path

Usage

require 'uri'

uri = URI.parse("http://my.example.com/pub/files")
uri.path = "/faq/"
# =>  "/faq/"
uri
#=> #<URI::HTTP:0x000000008e89e8 URL:http://my.example.com/faq/>

Args

v

String

Description

public setter for the opaque component v. (with validation)

see also URI::Generic.check_opaque

Checks if URI has a path

Checks if URI has a path For URI::LDAP this will return false

Returns a split URI against regexp

Returns a split URI against regexp

The port this request is for

Shortcut for logging a WARN message

Search took: 2ms  ·  Total Results: 2971