A field representing the start and end byte columns.
Instance Methods
lib/prism/relocation.rb
View on GitHub
# File tmp/rubies/ruby-3.4.1/lib/prism/relocation.rb, line 263
def fields(value)
{ start_column: value.start_column, end_column: value.end_column }
end
Fetches the start and end byte column of a value.