def foo(**); bar(**); end
^^
{ **foo }
^^^^^
A block’s parameters.
foo.bar, = 1 ^^^^^^^
case foo; in bar; end ^^^^^^^^^^^^^^^^^^^^^
If a class variable is written within a method definition, it has a different type than everywhere else.
def foo(…); bar(…); end
^^^
“foo #{bar}” ^^^^^^^^^^^^
:“foo #{bar}” ^^^^^^^^^^^^^
‘foo #{bar}` ^^^^^^^^^^^^
foo in bar ^^^^^^^^^^
foo => bar ^^^^^^^^^^
/(?<foo>foo)/ =~ bar ^^^^^^^^^^^^^^^^^^^^
-> { _1 + _2 } ^^^^^^^^^^^^^^