class AsciiMath::AST::Empty
Public Class Methods
new()
click to toggle source
Calls superclass method
AsciiMath::AST::Node::new
# File lib/asciimath/ast.rb, line 443 def initialize() super end
Public Instance Methods
==(o)
click to toggle source
# File lib/asciimath/ast.rb, line 451 def ==(o) o.class == self.class end
to_s()
click to toggle source
# File lib/asciimath/ast.rb, line 447 def to_s '' end