Module AwesomePrintActiveSupport
In: lib/ap/mixin/active_support.rb

Copyright (c) 2010 Michael Dvorkin

Awesome Print is freely distributable under the terms of MIT license. See LICENSE file or www.opensource.org/licenses/mit-license.php

Methods

Public Class methods

Public Instance methods

Format ActiveSupport::TimeWithZone as standard Time.

Format HashWithIndifferentAccess as standard Hash.

NOTE: can‘t use awesome_self(object, :as => :hash) since awesome_self uses object.inspect internally, i.e. it would convert hash to string.

Add ActiveSupport class names to the dispatcher pipeline.

[Validate]