class Cucumber::Core::Test::DataTable
def map(&block)
def map(&block) new_raw = raw.map do |row| row.map(&block) end self.class.new(new_raw, location) end
def map(&block) new_raw = raw.map do |row| row.map(&block) end self.class.new(new_raw, location) end