class Solargraph::Source::Range

def include? position

Returns:
  • (Boolean) -

Parameters:
  • position (Source::Position) --
def include? position
  contain?(position) and !(position.line == start.line and position.character == start.character)
end