class Solargraph::Location
def == other
-
other(BasicObject) --
def == other return false unless other.is_a?(Location) filename == other.filename and range == other.range end
other
(BasicObject)
--
def == other return false unless other.is_a?(Location) filename == other.filename and range == other.range end