Results for: "String# "

Compile a IndexOperatorWriteNode node

Compile a IndexOrWriteNode node

Compile a LocalVariableWriteNode node

Compile a MatchLastLineNode node

Foo &&= bar

becomes

Foo && Foo = bar

Foo ||= bar

becomes

defined?(Foo) ? Foo : Foo = bar

Foo += bar

becomes

Foo = Foo + bar

Desugar ‘x ||= y` to `defined?(x) ? x : x = y`

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

Dispatch enter and leave events for ConstantAndWriteNode 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 ConstantOrWriteNode nodes and continue walking the tree.

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

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

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

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

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

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

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

Copy a ClassVariableWriteNode node

Copy a ConstantAndWriteNode node

Copy a ConstantOperatorWriteNode node

Copy a ConstantOrWriteNode node

Copy a ConstantPathWriteNode node

Copy a GlobalVariableWriteNode node

Search took: 5ms  ·  Total Results: 3654