Results for: "to_proc"

Save the lparen_loc location using the given saved source so that it can be retrieved later.

Save the rparen_loc location using the given saved source so that it can be retrieved later.

Save the equal_loc location using the given saved source so that it can be retrieved later.

attr_reader end_keyword_loc: Location?

Save the lparen_loc location using the given saved source so that it can be retrieved later.

Save the rparen_loc location using the given saved source so that it can be retrieved later.

Save the keyword_loc location using the given saved source so that it can be retrieved later.

attr_reader else_keyword_loc: Location

attr_reader end_keyword_loc: Location?

Save the opening_loc location using the given saved source so that it can be retrieved later.

Save the closing_loc location using the given saved source so that it can be retrieved later.

attr_reader ensure_keyword_loc: Location

attr_reader end_keyword_loc: Location

Save the opening_loc location using the given saved source so that it can be retrieved later.

Save the closing_loc location using the given saved source so that it can be retrieved later.

The location of the ‘for` keyword.

for i in a end
^^^

The location of the ‘in` keyword.

for i in a end
      ^^

The location of the ‘do` keyword, if present.

for i in a do end
           ^^

The location of the ‘end` keyword.

for i in a end
           ^^^

Save the name_loc location using the given saved source so that it can be retrieved later.

Save the opening_loc location using the given saved source so that it can be retrieved later.

Save the closing_loc location using the given saved source so that it can be retrieved later.

Save the opening_loc location using the given saved source so that it can be retrieved later.

Save the closing_loc location using the given saved source so that it can be retrieved later.

The location of the ‘if` keyword if present.

bar if foo
    ^^

The ‘if_keyword_loc` field will be `nil` when the `IfNode` represents a ternary expression.

Search took: 5ms  ·  Total Results: 2407