Fetch the end code units offset of the value, for the encoding that was configured on the repository.
Fetch the start code units column of the value, for the encoding that was configured on the repository.
Fetch the end code units column of the value, for the encoding that was configured on the repository.
Foo, = bar ^^^
Foo::Bar ^^^^^^^^
Visit a destructured positional parameter node.
Foo ||= bar
becomes
defined?(Foo) ? Foo : Foo = bar
The start offset from the start of the file in code units using the given cache to fetch or calculate the value.
The end offset from the start of the file in code units using the given cache to fetch or calculate the value.
The start column in code units using the given cache to fetch or calculate the value.
The end column in code units using the given cache to fetch or calculate the value.
Returns every spec that has the given full_name
@foo += bar ^^^^^^^^^^^
@foo &&= bar ^^^^^^^^^^^^
@foo ||= bar ^^^^^^^^^^^^
@foo += bar ^^^^^^^^^^^
@foo &&= bar ^^^^^^^^^^^^
@foo ||= bar ^^^^^^^^^^^^