def copy: (**params) -> XStringNode
def deconstruct: () -> Array[nil | Node]
def opening: () -> String
def content: () -> String
def accept: (visitor: Visitor
) -> void
def copy: (**params) -> YieldNode
def deconstruct: () -> Array[nil | Node]
Create a new location object with the given options.
True if the parser encountered an error during parsing.
This is a convenience method that runs the SexpBuilderPP
subclass parser.
Gets all IP addresses for name
from the hosts file.
Creates a new DNS
resolver. See Resolv::DNS.new
for argument details.
Yields the created DNS
resolver to the block, if given, otherwise returns it.