Copy a RedoNode
node
Copy a RescueNode
node
Copy a RetryNode
node
Copy a ReturnNode
node
Copy a StringNode
node
Delegates to the start_character_offset
of the associated location object.
Delegates to the start_character_column
of the associated location object.
Save the keyword_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.
def contains_keyword_splat?: () -> bool
Represents the location of the ‘begin` keyword.
begin x end ^^^^^
Save the keyword_loc
location using the given saved source so that it can be retrieved later.
Represents the location of the ‘case` keyword.
case true; in false; end ^^^^
Represents the location of the ‘end` keyword.
case true; in false; end ^^^
Represents the location of the ‘case` keyword.
case true; when false; end ^^^^
Represents the location of the ‘end` keyword.
case true; when false; end ^^^
attr_reader class_keyword_loc
: Location
attr_reader end_keyword_loc
: Location
attr_reader def_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.