Method: With#to_html

Defined in:
lib/emerald/nodes/with.rb

#to_html(body, context) ⇒ Object



9
10
11
12
13
# File 'lib/emerald/nodes/with.rb', line 9

def to_html(body, context)
  var = elements[2].content(context)

  body.to_html(var)
end