class AmazingPrint::Formatter

def awesome_set(s)

def awesome_set(s)
  Formatters::ArrayFormatter.new(s.to_a, @inspector).format
end