Indicates no such domain was found.
Domain Name
resource abstract class.
The RubyVM
module only exists on MRI. RubyVM
is not defined in other Ruby implementations such as JRuby and TruffleRuby.
The RubyVM
module provides some access to MRI internals. This module is for very limited purposes, such as debugging, prototyping, and research. Normal users must not use it. This module is not portable between Ruby implementations.
Raised by Encoding
and String
methods when the string being transcoded contains a byte invalid for the either the source or target encoding.
This class walks a YAML
AST, converting each node to Ruby
This module is the entry-point for converting a prism syntax tree into the seattlerb/ruby_parser gem’s syntax tree.