The location of the ‘end` keyword, if present.
unless cond then bar end ^^^
Save the keyword_loc
location using the given saved source so that it can be retrieved later.
attr_reader do_keyword_loc
: Location
?
Save the keyword_loc
location using the given saved source so that it can be retrieved later.
attr_reader then_keyword_loc
: Location
?
Save the keyword_loc
location using the given saved source so that it can be retrieved later.
attr_reader do_keyword_loc
: Location
?
Save the opening_loc
location using the given saved source so that it can be retrieved later.
Save the content_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.
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.
The character offset from the beginning of the source where this location starts.
The character offset from the beginning of the source where this location ends.
The column number in characters where this location ends from the start of the line.
The column number in characters where this location ends from the start of the line.