Results for: "String# "

Noop this out so there are no anchors

Performs a Gem::Net::HTTP request of type request_class on uri returning a Gem::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

Returns a Gem::StubSpecification for every specification in the record

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

No documentation available

Returns the lines matched by the current scan as an array of CodeLines

Manageable rspec errors

Manageable 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
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: 4ms  ·  Total Results: 2619