Class: Colonization::RegExpValuesGenerator

Inherits:
Object
  • Object
show all
Defined in:
lib/colonization/reg_exp_values_generator.rb

Instance Method Summary collapse

Instance Method Details

#generate(config) ⇒ Object



3
4
5
6
7
8
# File 'lib/colonization/reg_exp_values_generator.rb', line 3

def generate(config)
  @config = config
  @current_reg_exp = default_reg_exp
  numericality_mutate
  //
end