class AmazingPrint::Formatters::ArrayFormatter

def width(items)

def width(items)
  (items.size - 1).to_s.size
end