Copyright (c) 2010-2011 Michael Dvorkin
Awesome Print is freely distributable under the terms of MIT license. See LICENSE file or www.opensource.org/licenses/mit-license.php
# File lib/ap/core_ext/kernel.rb, line 14 def ap(object, options = {}) puts object.ai(options) object end
# File lib/ap/core_ext/kernel.rb, line 8 def ai(options = {}) ap = AwesomePrint.new(options) ap.send(:awesome, self) end
Generated with the Darkfish Rdoc Generator 2.