Results for: "Array.new"

This class represents a YAML Scalar.

This node type is a terminal node and should not have any children.

No documentation available

Error

Predefined Keys

Base class of errors that occur when processing GZIP files.

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

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

Raised when an operation would resize or re-allocate a locked buffer.

Raised when you try to write to a read-only buffer, or resize an external buffer.

Raised if you try to access a buffer slice which no longer references a valid memory range of the underlying source.

Raised if the mask given to a binary operation is invalid, e.g. zero length or overlaps the target buffer.

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

See Request Headers.

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 ‘-’.

An error class raised when missing nodes are found while computing a constant path’s full name. For example:

Foo

-> raises because the constant path is missing the last part

An object to represent the set of errors on a parse result. This object can be used to format the errors in a human-readable way.

A field representing the start and end lines.

A field representing the trailing comments.

This class is the entry-point for converting a prism syntax tree into the whitequark/parser gem’s syntax tree. It inherits from the base parser for the parser gem, and overrides the parse* methods to parse with prism and then translate.

This class is the entry-point for Ruby 3.3 of ‘Prism::Translation::Parser`.

This class is the entry-point for Ruby 3.4 of ‘Prism::Translation::Parser`.

This module is the entry-point for converting a prism syntax tree into the seattlerb/ruby_parser gem’s syntax tree.

Indicates that the DNS response was unable to be decoded.

Search took: 7ms  ·  Total Results: 3535