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