# File lib/math_ml/util.rb, line 57
57: def update(s)
58: @math_list.concat(s.math_list)
59: @msrc_list.concat(s.msrc_list)
60: @dmath_list.concat(s.dmath_list)
61: @dsrc_list.concat(s.dsrc_list)
62: @escape_list.concat(s.escape_list)
63: @esrc_list.concat(s.esrc_list)
64: @user_list.concat(s.user_list)
65: @usrc_list.concat(s.usrc_list)
66: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.