foo, = 1 ^^^^^^^^
“foo #{bar}” ^^^^^^^^^^^^
:“foo #{bar}” ^^^^^^^^^^^^^
‘foo #{bar}` ^^^^^^^^^^^^
foo => bar ^^^^^^^^^^
/(?<foo>foo)/ =~ bar ^^^^^^^^^^^^^^^^^^^^
(foo, bar), bar = qux ^^^^^^^^^^
A shareable constant.
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.
Return the best specification that contains the file matching path
, among those already activated.
Adds this spec’s require paths to LOAD_PATH, in the proper location.
Reset nil attributes to their default values to make the spec valid
Return the best specification in the record that contains the file matching path
, among those already activated.