34 35 36 37 38 39 40
# File 'lib/sk_calc.rb', line 34 def calculates(kind, opts={}) include Item if kind == :item include Items if kind == :items if opts[:precision] SK::Calc.precision = opts[:precision] end end