60 61 62
# File 'lib/chop/create.rb', line 60 def create &block self.creation_strategies = Proc.new { block } end