Method: Prism::Location#start_offset

Defined in:
lib/prism/parse_result.rb

#start_offsetObject (readonly)

The byte offset from the beginning of the source where this location starts.



281
282
283
# File 'lib/prism/parse_result.rb', line 281

def start_offset
  @start_offset
end