module Kernel
Public Instance Methods
dp(object, options={})
click to toggle source
# File lib/glman/kernel.rb, line 2 def dp(object, options={}) Glman::DataPresenter.show(object, options) end
# File lib/glman/kernel.rb, line 2 def dp(object, options={}) Glman::DataPresenter.show(object, options) end