Method: Eg::AllCombinations#initialize
- Defined in:
- lib/eg/all_combinations.rb
#initialize ⇒ AllCombinations
9 10 11 12 13 |
# File 'lib/eg/all_combinations.rb', line 9 def initialize super @lists = [] @case_number = 1 end |
9 10 11 12 13 |
# File 'lib/eg/all_combinations.rb', line 9 def initialize super @lists = [] @case_number = 1 end |