Class AwesomePrint::Formatter
In: lib/awesome_print/formatter.rb
Parent: Object

Methods

cast   format   new  

Included Modules

Colorize

Constants

CORE = [:array, :bigdecimal, :class, :dir, :file, :hash, :method, :rational, :set, :struct, :unboundmethod]

Attributes

inspector  [R] 
options  [R] 

Public Class methods

Public Instance methods

Hook this when adding custom formatters. Check out lib/awesome_print/ext directory for custom formatters that ship with awesome_print.

Main entry point to format an object.

[Validate]