145 146 147 148 149
# File 'lib/supple/model.rb', line 145 def supple &block @supple ||= Supple::Config.new(self) @supple.instance_eval(&block) if block_given? @supple end