class AsciiMath::AST::Node

Attributes

parent[RW]

Public Class Methods

new() click to toggle source
# File lib/asciimath/ast.rb, line 73
def initialize
  @parent = nil
end