Example:
x.foo(42) ^^ x[42] ^^ x.foo = 1 ^ x[42] = 1 ^^^^^^^ x[] = 1 ^^^^^ x + 1 ^ foo(42) ^^ foo 42 ^^
The end offset from the start of the file 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.
Adds this spec’s require paths to LOAD_PATH, in the proper location.
alias foo bar ^^^^^^^^^^^^^
def foo(**); bar(**); end
^^
{ **foo }
^^^^^
case foo; in bar; end ^^^^^^^^^^^^^^^^^^^^^
“foo #{bar}” ^^^^^^^^^^^^
:“foo #{bar}” ^^^^^^^^^^^^^
‘foo #{bar}` ^^^^^^^^^^^^
foo in bar ^^^^^^^^^^
foo => bar ^^^^^^^^^^
foo rescue bar ^^^^^^^^^^^^^^
__ENCODING__ ^^^^^^^^^^^^
__FILE__ ^^^^^^^^
__LINE__ ^^^^^^^^
alias foo bar ^^^^^^^^^^^^^
def foo(**); bar(**); end
^^
{ **foo }
^^^^^