lib/formulae/compile/formula_builder.rb in rubyfromexcel-0.0.6 vs lib/formulae/compile/formula_builder.rb in rubyfromexcel-0.0.7

- old
+ new

@@ -170,9 +170,10 @@ excel_function :subtotal excel_function :sumproduct excel_function :round excel_function :roundup excel_function :rounddown + excel_function :mod def standard_function(name_to_use_in_ruby,args) "#{name_to_use_in_ruby}(#{args.map {|a| a.visit(self) }.join(',')})" end \ No newline at end of file