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