123456789_123456789_123456789_123456789_123456789_

Module: RBS::AST::Ruby::Helpers::LocationHelper

Instance Method Summary

Instance Method Details

#rbs_location(location)

[ GitHub ]

  
# File 'lib/rbs/ast/ruby/helpers/location_helper.rb', line 8

def rbs_location(location)
  Location.new(buffer, buffer.character_offset(location.start_offset), buffer.character_offset(location.end_offset))
end