Load extra data embed into binary format String
object.
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 start column in code units using the given cache to fetch or calculate the value.
alias foo bar ^^^^^^^^^^^^^
foo => bar | baz ^^^^^^^^^
Foo::Bar ^^^^^^^^
“foo #{bar}” ^^^^^^
foo, bar = baz ^^^^^^^^
def foo(bar = 1); end ^^^^^^^
A shareable constant.
alias foo bar ^^^^^^^^^^^^^
foo => bar | baz ^^^^^^^^^
Foo = 1 ^^^^^^^ Foo, Bar = 1 ^^^ ^^^