Results for: "Array"

No documentation available

Raised when unexpected case is happen.

Class for representing HTTP method TRACE:

require 'net/http'
uri = URI('http://example.com')
hostname = uri.hostname # => "example.com"
req = Net::HTTP::Trace.new(uri) # => #<Net::HTTP::Trace TRACE>
res = Net::HTTP.start(hostname) do |http|
  http.request(req)
end

Properties:

Related:

Switch that takes no arguments.

Switch that takes an argument.

Switch that can omit argument.

Switch that takes an argument, which does not begin with ‘-’ or is ‘-’.

No documentation available
No documentation available

Indicates that the DNS response was unable to be decoded.

Indicates that the DNS request was unable to be encoded.

Generates a index files for use as a gem server.

See ‘gem help generate_index`

No documentation available
No documentation available
No documentation available

This class is used by rubygems to build Rust extensions. It is a thin-wrapper over the ‘cargo rustc` command which takes care of building Rust code in a way that Ruby can use.

No documentation available

Raised when you haven’t provided enough input to your MockGemUi

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

A header for a tar file

Allows writing of tar files

Search took: 5ms  ·  Total Results: 1378