Module: Kernel

Defined in:
lib/glman/kernel.rb

Instance Method Summary collapse

Instance Method Details

#dp(object, options = {}) ⇒ Object



2
3
4
# File 'lib/glman/kernel.rb', line 2

def dp(object, options={})
  Glman::DataPresenter.show(object, options)
end