Results for: "strip"

Compile a InstanceVariableReadNode node

Compile a InstanceVariableTargetNode node

Compile a LocalVariableWriteNode 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 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 InstanceVariableReadNode nodes and continue walking the tree.

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

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

Inspect a ClassVariableWriteNode node.

Inspect a ConstantAndWriteNode node.

Inspect a ConstantOperatorWriteNode node.

Inspect a ConstantOrWriteNode node.

Inspect a ConstantPathWriteNode node.

Inspect a GlobalVariableWriteNode node.

Inspect a InstanceVariableReadNode node.

Inspect a InstanceVariableTargetNode node.

Inspect a LocalVariableWriteNode node.

Copy a ClassVariableWriteNode node

Search took: 4ms  ·  Total Results: 2501