Class: ScopeFn
- Inherits:
-
BaseScopeFn
- Object
- Treetop::Runtime::SyntaxNode
- BaseScopeFn
- ScopeFn
- Defined in:
- lib/emerald/nodes/scope_fn.rb
Overview
Base class for scope functions
Instance Method Summary collapse
Instance Method Details
#to_html(body, context) ⇒ Object
9 10 11 |
# File 'lib/emerald/nodes/scope_fn.rb', line 9 def to_html(body, context) elements[0].to_html(body, context) end |