Class: Node

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/emerald/nodes/node.rb

Overview

Base class for all Emerald syntax nodes

Instance Method Summary collapse

Instance Method Details

#to_html(_context) ⇒ Object



8
9
10
# File 'lib/emerald/nodes/node.rb', line 8

def to_html(_context)
  raise 'not implemented :('
end