Class: BaseScopeFn
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- BaseScopeFn
- Defined in:
- lib/emerald/nodes/base_scope_fn.rb
Overview
Base class for scope functions
Instance Method Summary collapse
Instance Method Details
#to_html(_body, _context) ⇒ Object
8 9 10 |
# File 'lib/emerald/nodes/base_scope_fn.rb', line 8 def to_html(_body, _context) raise 'not implemented :(' end |