Results for: "module_function"

Foo &&= bar

becomes

Foo && Foo = bar

Foo ||= bar

becomes

defined?(Foo) ? Foo : Foo = bar

Foo += bar

becomes

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

No documentation available

@foo += bar ^^^^^^^^^^^

@foo &&= bar ^^^^^^^^^^^^

@foo ||= bar ^^^^^^^^^^^^

@foo += bar
^^^^^^^^^^^
@foo &&= bar
^^^^^^^^^^^^
@foo ||= bar
^^^^^^^^^^^^

Foo ^^^

Foo = 1 ^^^^^^^

Foo, Bar = 1 ^^^ ^^^

Foo, = bar ^^^

Foo::Bar ^^^^^^^^

Foo
^^^
Foo = 1
^^^^^^^

Foo, Bar = 1
^^^  ^^^
Foo, = bar
^^^
Foo::Bar
^^^^^^^^

If the bounds of a range node are empty parentheses, then they do not get replaced by their usual s(:nil), but instead are s(:begin).

$+ ^^

Search took: 3ms  ·  Total Results: 3310