class AsciiMath::AST::Identifier

Public Class Methods

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