@foo += bar
becomes
@foo = @foo + bar
Full name of the tar entry
def foo(bar: baz); end
^^^^^^^^
def foo(bar: baz); end
^^^^^^^^
@foo = 1 ^^^^^^^^
@foo, = bar ^^^^
Visit the targets of a multi-target node.
foo, bar = baz ^^^^^^^^
foo, bar = baz ^^^^^^^^^^^^^^
A shareable constant.
class << self; end ^^^^^^^^^^^^^^^^^^
__ENCODING__ ^^^^^^^^^^^^
foo, bar = baz ^^^^^^^^
foo, bar = baz ^^^^^^^^^^^^^^
A shareable constant.
class << self; end ^^^^^^^^^^^^^^^^^^
__ENCODING__ ^^^^^^^^^^^^
Create a code units cache for the given encoding.
Create a code units cache for the given encoding from the source.
Configure the code unit offsets field for this repository for a specific encoding and return self.
Configure the code unit columns field for this repository for a specific encoding and return self.
undef foo ^^^^^^^^^