Results for: "partition"

Adds tuple to the proxied TupleSpace. See TupleSpace#write.

Returns the first advertised TupleSpace.

No documentation available

Adds tuple

No documentation available
No documentation available
No documentation available
No documentation available

Override to provide details of the arguments a command takes. It should return a left-justified string, one argument per line.

For example:

def usage
  "#{program_name} FILE [FILE ...]"
end

def arguments
  "FILE          name of file to find"
end

Writes out this config file, replacing its source.

No documentation available

Unpacks the gem into the given directory.

A list of file names contained in this gem

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

No documentation available

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.

teardown restores the process to its original state and removes the tempdir

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

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"
uri.to_s  #=> "http://john:V3ry_S3nsit1ve@my.example.com"

Returns the password component.

Search took: 4ms  ·  Total Results: 3199