Class: BaseScopeFn

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

Overview

Base class for scope functions

Direct Known Subclasses

Each, Given, ScopeFn, Unless, With

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