Results for: "Array"

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.

Raised when the query given to a pattern is either invalid Ruby syntax or is using syntax that we don’t yet support.

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.

Indicates that the DNS request was unable to be encoded.

No documentation available
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
No documentation available
Search took: 3ms  ·  Total Results: 2478