# File lib/cucumber/parser/feature.rb, line 928
        def at_line?(line)
          elements.detect{|e| e.at_line?(line)}
        end