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

def +(more_lines)

def +(more_lines)
  new_data = data + more_lines.data
  self.class.new(new_data)
end