class Scope
Block that modifies the context
Public Instance Methods
to_html(context)
click to toggle source
# File lib/emerald/nodes/scope.rb, line 9 def to_html(context) fn.to_html(body, context) end
Block that modifies the context
# File lib/emerald/nodes/scope.rb, line 9 def to_html(context) fn.to_html(body, context) end