# File spec/gherkin/sexp_recorder.rb, line 34
    def line(number)
      @sexps.find { |sexp| sexp.last == number }
    end