Module: Kernel
- Defined in:
- lib/ad/core_ext/kernel.rb
Overview
Copyright © 2010 Slippy Douglas & Michael Dvorkin
Awesome Dump is freely distributable under the terms of MIT license. See LICENSE file or www.opensource.org/licenses/mit-license.php
Instance Method Summary collapse
- #ad(options = {}) ⇒ Object (also: #awesome_dump)
Instance Method Details
#ad(options = {}) ⇒ Object Also known as: awesome_dump
8 9 10 11 |
# File 'lib/ad/core_ext/kernel.rb', line 8 def ad( = {}) ad = AwesomeDump.new() ad.send(:awesome, self) end |