A field representing the start and end lines.
Instance Methods
lib/prism/relocation.rb
View on GitHub
# File tmp/rubies/ruby-3.4.1/lib/prism/relocation.rb, line 203
def fields(value)
{ start_line: value.start_line, end_line: value.end_line }
end
Fetches the start and end line of a value.