class Cucumber::Core::Ast::Location::Lines

def include?(other)

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