A shareable constant.
foo.bar, = 1 ^^^^^^^
If a class variable is written within a method definition, it has a different type than everywhere else.
foo, bar = baz ^^^^^^^^
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).
A shareable constant.
alias $foo $bar ^^^^^^^^^^^^^^^
foo.bar += baz ^^^^^^^^^^^^^^^
@@foo = 1 ^^^^^^^^^
@@foo, @@bar = 1 ^^^^^ ^^^^^
Foo += bar ^^^^^^^^^^^
Foo::Bar, = baz ^^^^^^^^
$foo = 1 ^^^^^^^^
$foo, $bar = 1 ^^^^ ^^^^
foo += baz ^^^^^^^^^^^^^^^