Results for: "module_function"

@foo, = bar ^^^^

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 ^^^^^^^^^

No documentation available
No documentation available
No documentation available
No documentation available

Foo ^^^

Foo = 1 ^^^^^^^

Foo, Bar = 1 ^^^ ^^^

Foo, = bar ^^^

Foo::Bar ^^^^^^^^

Visit a destructured positional parameter node.

Compile a BackReferenceReadNode node

Compile a ConstantAndWriteNode node

Compile a ConstantOperatorWriteNode node

Compile a ConstantOrWriteNode node

Compile a ConstantPathTargetNode node

Compile a ConstantPathWriteNode node

Compile a NumberedReferenceReadNode node

Foo &&= bar

becomes

Foo && Foo = bar

Foo ||= bar

becomes

defined?(Foo) ? Foo : Foo = bar

Foo += bar

becomes

Foo = Foo + bar

Dispatch enter and leave events for BackReferenceReadNode nodes and continue walking the tree.

Search took: 6ms  ·  Total Results: 5313