Method: Prism::Location#end_column

Defined in:
lib/prism/parse_result.rb

#end_columnObject

The column number in bytes where this location ends from the start of the line.



111
112
113
# File 'lib/prism/parse_result.rb', line 111

def end_column
  source.column(end_offset)
end