Class: Scope

Inherits:
Node
  • Object
show all
Defined in:
lib/emerald/nodes/scope.rb

Overview

Block that modifies the context

Instance Method Summary collapse

Instance Method Details

#to_html(context) ⇒ Object



9
10
11
# File 'lib/emerald/nodes/scope.rb', line 9

def to_html(context)
  fn.to_html(body, context)
end