Module: Chop::Config

Included in:
Chop
Defined in:
lib/chop/config.rb

Instance Method Summary collapse

Instance Method Details

#register_creation_strategy(*args, &block) ⇒ Object



3
4
5
# File 'lib/chop/config.rb', line 3

def register_creation_strategy *args, &block
  Chop::Create.register_creation_strategy *args, &block
end