A field representing the start and end byte offsets.
Instance Methods
lib/prism/relocation.rb
View on GitHub
# File tmp/rubies/ruby-master/lib/prism/relocation.rb, line 211
def fields(value)
{ start_offset: value.start_offset, end_offset: value.end_offset }
end
Fetches the start and end byte offset of a value.