Class: Variable

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

Overview

Variable interpolation in a template

Instance Method Summary collapse

Instance Method Details

#to_html(context) ⇒ Object



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

def to_html(context)
  variable_name
    .content(context)
    .to_s
end