Results for: "OptionParser"

$foo ||= bar

becomes

defined?($foo) ? $foo : $foo = bar

@foo &&= bar

becomes

@foo && @foo = bar

@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 LocalVariableAndWriteNode nodes and continue walking the tree.

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

Copy a ClassVariableAndWriteNode node

Copy a ClassVariableOrWriteNode node

Copy a GlobalVariableAndWriteNode node

Copy a GlobalVariableOrWriteNode node

Copy a InstanceVariableAndWriteNode node

Copy a InstanceVariableOrWriteNode node

Copy a InterpolatedMatchLastLineNode node

Copy a LocalVariableAndWriteNode node

Copy a LocalVariableOrWriteNode node

No documentation available
Search took: 7ms  ·  Total Results: 5424