class Cucumber::Ast::Table::Cells

def width

def width
  map{|cell| cell.value ? cell.value.to_s.jlength : 0}.max
end