# File lib/cucumber/ast/table.rb, line 199 def map_headers(mappings={}) table = self.dup table.map_headers!(mappings) table end