Method: Crokus::RandomGen#init_cfg

Defined in:
lib/crokus/cfg_random_gen.rb

#init_cfgObject



51
52
53
54
# File 'lib/crokus/cfg_random_gen.rb', line 51

def init_cfg
  @cfg=CFG.new(@params["name"])
  @current=@cfg.starter
end