# File lib/cucumber/parser/table.rb, line 20
        def at_line?(line)
          elements.detect{|table_row| table_row.at_line?(line)}
        end