Results for: "Data"

Foo = 1 ^^^^^^^

Foo, Bar = 1 ^^^ ^^^

foo => [*, bar, *]

^^^^^^^^^^^

foo => {}

^^

foo, = 1 ^^^^^^^^

“foo #{bar}” ^^^^^^^^^^^^

:“foo #{bar}” ^^^^^^^^^^^^^

‘foo #{bar}` ^^^^^^^^^^^^

foo => bar ^^^^^^^^^^

/(?<foo>foo)/ =~ bar ^^^^^^^^^^^^^^^^^^^^

(foo, bar), bar = qux ^^^^^^^^^^

A shareable constant.

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

Foo &&= bar

becomes

Foo && Foo = bar

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.

Search took: 1ms  ·  Total Results: 1499