Results for: "OptionParser"

Reset the list of known specs, running pre and post reset hooks registered in Gem.

Activate this spec, registering it as a loaded spec and adding it’s lib paths to $LOAD_PATH. Returns true if the spec was activated, false if it was previously activated. Freaks out if there are conflicts upon activation.

Sanitize the descriptive fields in the spec. Sometimes non-ASCII characters will garble the site index. Non-ASCII characters will be replaced by their XML entity equivalent.

The list of author names who wrote this gem.

spec.authors = ['Chad Fowler', 'Jim Weirich', 'Rich Kilmer']

Return any possible conflicts against the currently loaded specs.

Singular accessor for licenses

Plural accessor for setting licenses

See license= for details

A short summary of this gem’s description.

No documentation available

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

No documentation available
No documentation available

Returns a code block with the largest indentation possible

No documentation available

An ‘empty?` line is one that was originally left empty in the source code, while a “hidden” line is one that we’ve since marked as “invisible”

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
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"
uri.to_s  #=> "http://john:V3ry_S3nsit1ve@my.example.com"
Search took: 5ms  ·  Total Results: 3967