Results for: "pstore"

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

Foo = 1 ^^^^^^^

Foo, Bar = 1 ^^^ ^^^

Foo, = bar ^^^

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

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

def foo(…); bar(…); end ^^^

def foo(…); end ^^^

super ^^^^^

super {} ^^^^^^^^

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

foo #{bar} ^^^^^^^^^^^^

foo(bar: baz) ^^^^^^^^

foo in bar ^^^^^^^^^^

-> { 1 + 2 } ^^^^^^^^^^^^^^

foo => ^(bar) ^^^^^^

END {}

BEGIN {}

foo rescue bar ^^^^^^^^^^^^^^

class << self; end ^^^^^^^^^^^^^^^^^^

When the content of a string node is split across multiple lines, the parser gem creates individual string nodes for each line the content is part of.

foo => bar => baz
       ^^^^^^^^^^
Foo = 1
^^^^^^^

Foo, Bar = 1
^^^  ^^^
Foo, = bar
^^^
Foo::Bar
^^^^^^^^
"foo #{bar}"
     ^^^^^^
def foo(...); bar(...); end
                  ^^^
Search took: 2ms  ·  Total Results: 2883