class AmazingPrint::Formatter

def cast(_object, type)

------------------------------------------------------------------------------
directory for custom formatters that ship with amazing_print.
Hook this when adding custom formatters. Check out lib/amazing_print/ext
def cast(_object, type)
  CORE_FORMATTERS.include?(type) ? type : :self
end