The required_rubygems_version
constraint for this specification
foo => [bar] ^^^^^
def foo(&bar); end ^^^^
A block’s parameters.
Foo::Bar ^^^^^^^^
def foo(…); bar(…); end ^^^
-> { 1 + 2 } ^^^^^^^^^^^^^^
foo => ^(bar) ^^^^^^
def foo(bar); end ^^^
def foo(*bar); end ^^^^
def foo(*); end ^
A shareable constant.
For %-arrays whitespace, the parser gem only considers whitespace before the newline.
foo => [bar] ^^^^^
def foo(&bar); end ^^^^
A block’s parameters.
Foo = 1 ^^^^^^^ Foo, Bar = 1 ^^^ ^^^
Foo::Bar ^^^^^^^^
def foo(...); bar(...); end ^^^
-> { _1 + _2 } ^^^^^^^^^^^^^^
foo => ^(bar) ^^^^^^
def foo(bar); end ^^^
def foo(*bar); end ^^^^ def foo(*); end ^