class Cucumber::MultilineArgument::DataTable

def col_width(col)

def col_width(col)
  columns[col].__send__(:width)
end