Method: Deployable::ErbTemplate#render
- Defined in:
- lib/deployable/helpers/erb_template.rb
#render(variables) ⇒ Object
10 11 12 13 |
# File 'lib/deployable/helpers/erb_template.rb', line 10 def render(variables) context = OpenStruct.new(:config => variables).instance_eval{ binding } @template.result(context) end |