# File lib/benelux/stats.rb, line 141 141: def +(other) 142: c = Calculator.new 143: c.merge! self 144: c.merge! other 145: c 146: end