Parent

Methods

MathML::LaTeX::ParseError

Attributes

rest[RW]
done[RW]

Public Class Methods

new(message, rest = "", done = "") click to toggle source
     # 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

Public Instance Methods

inspect() click to toggle source
     # 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.