class Cucumber::Core::Test::Location::Lines

def include?(other)

def include?(other)
  other.data.subset?(data) || data.subset?(other.data)
end