Results for: "String# "

Creates a new package that will read or write to the file gem.

Verifies that this gem:

After verification the gem specification from the gem is available from spec

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

Create the Rake tasks and actions specified by this Gem::PackageTask. (define is automatically called if a block is given to new).

Noop this out so there are no anchors

Performs a Net::HTTP request of type request_class on uri returning a Net::HTTP response object. request maintains a table of persistent connections to reduce connect overhead.

Returns the first source in the list.

Returns true if this source list includes other which may be a Gem::Source or a source URI.

Returns a Gem::StubSpecification for every installed gem

A detailed description of this gem. See also summary

Recursively walk dependencies of this spec, executing the block for each hop.

No documentation available

Prints a formatted backtrace to the errors stream if backtraces are enabled.

No documentation available
No documentation available

Managable rspec errors

Return an array of CodeLines in the document

No documentation available

Example:

combination([:a, :b, :c, :d])
# => [[:a], [:b], [:c], [:d], [:a, :b], [:a, :c], [:a, :d], [:b, :c], [:b, :d], [:c, :d], [:a, :b, :c], [:a, :b, :d], [:a, :c, :d], [:b, :c, :d], [:a, :b, :c, :d]]
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

Args

v

String

Description

Public setter for the host component v (with validation).

See also URI::Generic.check_host.

Usage

require 'uri'

uri = URI.parse("http://my.example.com")
uri.host = "foo.com"
uri.to_s  #=> "http://foo.com"
Search took: 5ms  ·  Total Results: 2725