# File lib/math_ml/latex.rb, line 415 def add_commands(*a) if a.size==1 && Hash===a[0] @commands.merge!(a[0]) else a.each{|i| @commands[i] = false} end end