Foo &&= bar ^^^^^^^^^^^^
Foo::Bar = 1 ^^^^^^^^^^^^
Foo::Foo, Bar::Bar = 1 ^^^^^^^^ ^^^^^^^^
Foo::Bar, = baz ^^^^^^^^
foo ||= baz ^^^^^^^^^^^^^^^^
@foo = 1 ^^^^^^^^
def foo(bar: baz); end
^^^^^^^^
Create parser string nodes from a single prism node. The parser gem “glues” strings together when a line continuation is encountered.
foo.bar ||= baz ^^^^^^^^^^^^^^^
Foo &&= bar ^^^^^^^^^^^^
Foo::Bar = 1 ^^^^^^^^^^^^
Foo::Foo, Bar::Bar = 1 ^^^^^^^^ ^^^^^^^^
Foo::Bar, = baz ^^^^^^^^
foo ||= baz ^^^^^^^^^^^^^^^^
@foo = 1 ^^^^^^^^
@foo, @bar = 1 ^^^^ ^^^^
def foo(bar: baz); end
^^^^^^^^