Foo ||= bar
becomes
defined?(Foo) ? Foo : Foo = bar
The start offset from the start of the file in code units using the given cache to fetch or calculate the value.
The end offset from the start of the file in code units using the given cache to fetch or calculate the value.
The start column in code units using the given cache to fetch or calculate the value.
The end column in code units using the given cache to fetch or calculate the value.
Returns every spec that has the given full_name
@foo += bar ^^^^^^^^^^^
@foo &&= bar ^^^^^^^^^^^^
@foo ||= bar ^^^^^^^^^^^^
@foo += bar ^^^^^^^^^^^
@foo &&= bar ^^^^^^^^^^^^
@foo ||= bar ^^^^^^^^^^^^
Foo::Bar ^^^^^^^^
Foo = 1 ^^^^^^^ Foo, Bar = 1 ^^^ ^^^
Foo::Bar ^^^^^^^^
If the bounds of a range node are empty parentheses, then they do not get replaced by their usual s(:nil), but instead are s(:begin).