Results for: "remove_const"

redo ^^^^

begin; rescue; end ^^^^^^^

retry ^^^^^

return ^^^^^^

return 1 ^^^^^^^^

Returns the set of targets for a MultiTargetNode or a MultiWriteNode.

Wonky heredoc tab/spaces rules. github.com/ruby/prism/blob/v1.3.0/src/prism.c#L10548-L10558

Wonky heredoc tab/spaces rules. github.com/ruby/prism/blob/v1.3.0/src/prism.c#L16528-L16545

break
^^^^^

break foo
^^^^^^^^^
module Foo; end
^^^^^^^^^^^^^^^
()
^^

(1)
^^^
redo
^^^^
begin; rescue; end
       ^^^^^^^
retry
^^^^^
return
^^^^^^

return 1
^^^^^^^^
No documentation available
No documentation available
No documentation available

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

“foo #@bar” ^^^^^

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

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

Ripper gives back the escaped string content but strips out the common leading whitespace. Prism gives back the unescaped string content and a location for the escaped string content. Unfortunately these don’t work well together, so here we need to re-derive the common leading whitespace.

No documentation available
No documentation available
No documentation available
Search took: 6ms  ·  Total Results: 3274