def deconstruct: () -> Array[nil | Node]
def deconstruct: () -> Array[nil | Node]
def deconstruct: () -> Array[nil | Node]
def deconstruct: () -> Array[nil | Node]
def deconstruct: () -> Array[nil | Node]
def deconstruct: () -> Array[nil | Node]
Sets the minimum and maximum supported protocol versions. See min_version=
and max_version=
.
Visit a destructured positional parameter node.
BEGIN {} ^^^^^^^^
Visit the list of statements of a statements node. We support nil statements in the list. This would normally not be allowed by the structure of the prism parse tree, but we manually add them here so that we can mirror Ripper’s void stmt.
Visit a heredoc node that is representing a string.
Visit a heredoc node that is representing an xstring.
Foo::Bar += baz ^^^^^^^^^^^^^^^
Foo::Bar &&= baz ^^^^^^^^^^^^^^^^
Foo::Bar ||= baz ^^^^^^^^^^^^^^^^
Foo::Bar += baz ^^^^^^^^^^^^^^^
Foo::Bar &&= baz ^^^^^^^^^^^^^^^^