class Glman::DataPresenter

Public Class Methods

show(object, options) click to toggle source
# File lib/glman/data_presenter.rb, line 5
def self.show(object, options)
  ap object, options
end