class AsciiMath::AST::Number

Public Class Methods

new(value) click to toggle source
Calls superclass method AsciiMath::AST::ValueNode::new
# File lib/asciimath/ast.rb, line 336
def initialize(value)
  super(value.dup.freeze)
end