# File lib/awesome_print/formatter.rb, line 36
    def cast(object, type)
      CORE.grep(type)[0] || :self
    end