This integer returns the current initial length of the buffer.
This sets the initial length of the buffer to length
, if length
> 0, otherwise its value isn’t changed.
undef foo ^^^^^^^^^
undef foo ^^^^^^^^^
Foo, = bar ^^^
Foo::Bar ^^^^^^^^
Visit a destructured positional parameter node.
Compile a ConstantOrWriteNode
node
Foo ||= bar
becomes
defined?(Foo) ? Foo : Foo = bar
Dispatch enter and leave events for BackReferenceReadNode
nodes and continue walking the tree.