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

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(options = {})
  ad = AwesomeDump.new(options)
  ad.send(:awesome, self)
end