Results for: "OptionParser"

No documentation available
No documentation available

Set the default value of the :verbose option.

See new(). The initial default value is false.

Get the default value of the :verbose option.

Set whether to operate in verbose mode.

In verbose mode, failed calls are logged to stdout.

Get whether the server is in verbose mode.

In verbose mode, failed calls are logged to stdout.

No documentation available

Sends a PROPPATCH request to the path and gets a response, as an HTTPResponse object.

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

Does this dependency require a prerelease?

Ensure path and path with extension are identical.

Unpacks the gem into the given directory.

Indicate if this NameTuple is for a prerelease version.

A requirement is a prerelease if any of the versions inside of it are prereleases

A version is considered a prerelease if it contains a letter.

Extensions to build when installing the gem, specifically the paths to extconf.rb-style files used to compile extensions.

These files will be run when the gem is installed, causing the C (or whatever) code to be compiled on the user’s machine.

Usage:

spec.extensions << 'ext/rmagic/extconf.rb'

See Gem::Ext::Builder for information about writing extensions for gems.

Sets extensions to extensions, ensuring it is an array.

Returns an array of syntax error messages

If no missing pairs are found it falls back on the original ripper error messages

Sets userinfo, argument is string like ‘name:pass’.

Args

v

String

Description

Public setter for the user component (with validation).

See also URI::Generic.check_user.

Usage

require 'uri'

uri = URI.parse("http://john:S3nsit1ve@my.example.com")
uri.user = "sam"
uri.to_s  #=> "http://sam:V3ry_S3nsit1ve@my.example.com"
Search took: 4ms  ·  Total Results: 3967