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