482 483 484
# File 'lib/symcalc.rb', line 482 def all_variables return (@lside.all_variables + @rside.all_variables).uniq end