class Cucumber::Core::Ast::Location

def on_line(new_line)

def on_line(new_line)
  Location.new(filepath.filename, new_line)
end