Results for: "OptionParser"

@foo ||= bar

becomes

@foo || @foo = bar

foo &&= bar

becomes

foo && foo = bar

foo ||= bar

becomes

foo || foo = bar

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

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

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

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

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

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

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

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

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.

Inspect a ClassVariableAndWriteNode node.

Inspect a ClassVariableOrWriteNode node.

Inspect a GlobalVariableAndWriteNode node.

Inspect a GlobalVariableOrWriteNode node.

Inspect a InstanceVariableAndWriteNode node.

Inspect a InstanceVariableOrWriteNode node.

Inspect a InterpolatedMatchLastLineNode node.

Inspect a ItLocalVariableReadNode node.

Inspect a LocalVariableAndWriteNode node.

Inspect a LocalVariableOrWriteNode node.

Copy a ClassVariableAndWriteNode node

Copy a ClassVariableOrWriteNode node

Search took: 6ms  ·  Total Results: 6041