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