Results for: "to_proc"

No documentation available
No documentation available

Compile a SingletonClassNode node

Desugar ‘x += y` to `x = x + y`

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

Copy a SingletonClassNode node

No documentation available

Compile a LocalVariableAndWriteNode node

Compile a LocalVariableOrWriteNode node

foo &&= bar

becomes

foo && foo = bar

foo ||= bar

becomes

foo || foo = bar

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

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

Copy a LocalVariableAndWriteNode node

Copy a LocalVariableOrWriteNode node

No documentation available

Compile a CallOperatorWriteNode node

Compile a ConstantOperatorWriteNode node

Compile a IndexOperatorWriteNode node

Foo += bar

becomes

Foo = Foo + bar

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

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

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

Copy a CallOperatorWriteNode node

Copy a ConstantOperatorWriteNode node

Search took: 4ms  ·  Total Results: 1894