# File lib/cucumber/ast/table.rb, line 197
      def match(pattern)
        header_to_match = "table:#{headers.join(',')}"
        pattern.match(header_to_match)
      end