Method: Chop::Config#register_creation_strategy

Defined in:
lib/chop/config.rb

#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