Class: FAM::Syntax::AST::Node

Inherits:
Object
  • Object
show all
Defined in:
lib/fam/syntax/ast.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



3
4
5
# File 'lib/fam/syntax/ast.rb', line 3

def to_s
  "<#{self.class.name.split('Node')[0]} :: NODE>"
end