StandardError
# File lib/math_ml/latex.rb, line 154 154: def initialize(message, rest = "", done = "") 155: @done = done 156: @rest = rest 157: super(message) 158: end
# File lib/math_ml/latex.rb, line 160 160: def inspect 161: "#{message} : '#{@done}' / '#{@rest}'\n"+backtrace[0..5].join("\n") 162: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.