# File lib/benelux.rb, line 183 183: def initialize tms=nil 184: @samples = 0 185: members.each_with_index { |n, index| 186: next if n.to_s == 'label' 187: self.send("#{n}=", Stats::Calculator.new) 188: } 189: sample tms unless tms.nil? 190: end