[Source]
# File lib/math_ml/latex.rb, line 168 168: def initialize(n, b, o) 169: @num = n 170: @body = b 171: @option = o 172: end
[Validate]