class Object
Public Class Methods
create(params)
click to toggle source
# File lib/generators/presenter/templates/presenter.rb, line 7 def self.create(params) return if params.nil new(params) end
new(params)
click to toggle source
# File lib/generators/presenter/templates/presenter.rb, line 12 def initialize(params) end