class Cucumber::Core::Test::Location::Precise

def include?(other_lines)

def include?(other_lines)
  lines.include?(other_lines)
end