5 6 7
# File 'lib/hc/presenter/helper_methods.rb', line 5 def present(object, klass: nil, method: nil, options: {}) Hc::Presenter.present(object, klass: klass, controller_context: self, method: method, options: options) end