Results for: "module_function"

A directive in the pack template language.

IO wrapper that creates digests of contents written to the IO it wraps.

Used internally to indicate that a dependency conflicted with a spec that would be activated.

No documentation available
No documentation available

Raised when multiple fields of the same type are configured on the same repository.

No documentation available
No documentation available
No documentation available

RubyVM::AbstractSyntaxTree::Node instances are created by parse methods in RubyVM::AbstractSyntaxTree.

This class is MRI specific.

No documentation available

Generic error class raised by SSLSocket and SSLContext.

No documentation available

The base class for any Node in a YAML parse tree. This class should never be instantiated.

No documentation available

Raised when the data length recorded in the gzip file footer is not equivalent to the length of the actual uncompressed data.

Class for representing HTTP method DELETE:

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

See Request Headers.

Properties:

Related:

Class for representing WebDAV method MOVE:

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

See Request Headers.

Related:

A result class specialized for holding tokens produced by the lexer.

A source that is represented by a file path.

A field that represents the file path.

A field representing the leading comments.

Indicates that the DNS response was unable to be decoded.

No documentation available
No documentation available
Search took: 7ms  ·  Total Results: 3310