class Cucumber::Core::Ast::DataTable::Cells

def width

def width
  map{|cell| cell.value ? escape_cell(cell.value.to_s).unpack('U*').length : 0}.max
end