class Orbacle::Location

Public Instance Methods

end() click to toggle source
# File lib/orbacle.rb, line 59
def end
  position_range&.end
end
end_character() click to toggle source
# File lib/orbacle.rb, line 67
def end_character
  self.end&.character
end
end_line() click to toggle source
# File lib/orbacle.rb, line 63
def end_line
  self.end&.line
end
start() click to toggle source
# File lib/orbacle.rb, line 47
def start
  position_range&.start
end
start_character() click to toggle source
# File lib/orbacle.rb, line 55
def start_character
  start&.character
end
start_line() click to toggle source
# File lib/orbacle.rb, line 51
def start_line
  start&.line
end