Methods

Files

AwesomePrintLogger

 Copyright (c) 2010 Michael Dvorkin

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

Public Instance Methods

ap(object, level = nil) click to toggle source
 Add ap method to logger

    # File lib/ap/core_ext/logger.rb, line 10
10:   def ap(object, level = nil)
11:     level ||= AwesomePrint.defaults[:log_level] || :debug
12:     send level, object.ai
13:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.