class << self; end ^^^^^^^^^^^^^^^^^^
Foo = 1 ^^^^^^^
Foo, Bar = 1 ^^^ ^^^
Foo::Bar ^^^^^^^^
def foo(…); bar(…); end
^^^
“foo #{bar}” ^^^^^^^^^^^^
‘foo #{bar}` ^^^^^^^^^^^^
foo in bar ^^^^^^^^^^
-> { _1 + _2 } ^^^^^^^^^^^^^^
foo rescue bar ^^^^^^^^^^^^^^
class << self; end ^^^^^^^^^^^^^^^^^^
foo.bar ||= baz ^^^^^^^^^^^^^^^
Foo &&= bar ^^^^^^^^^^^^
Foo::Bar = 1 ^^^^^^^^^^^^
Foo::Foo, Bar::Bar = 1 ^^^^^^^^ ^^^^^^^^
Foo::Bar, = baz ^^^^^^^^