[Source]
# File lib/math_ml.rb, line 428 def initialize(n, b, o) @num = n @body = b @option = o end
[Validate]