module Chop::Config

Public Instance Methods

register_creation_strategy(*args, &block) click to toggle source
# File lib/chop/config.rb, line 3
def register_creation_strategy *args, &block
  Chop::Create.register_creation_strategy *args, &block
end