Foo, = bar ^^^
Foo::Bar ^^^^^^^^
Visit a destructured positional parameter node.
Foo ||= bar
becomes
defined?(Foo) ? Foo : Foo = bar
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 ^^^ ^^^