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

def on_line(new_line)

def on_line(new_line)
  Location.new(file, new_line)
end