lib/formulae/compile/formula_builder.rb in rubyfromexcel-0.0.13 vs lib/formulae/compile/formula_builder.rb in rubyfromexcel-0.0.16

- old
+ new

@@ -175,9 +175,10 @@ excel_function :rounddown excel_function :mod excel_function :pmt excel_function :npv excel_function :countif + excel_function :text 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