Class: Grably::ErbJob::ErbBinder

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/grably/jobs/text/erb.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#eval(template) ⇒ Object



7
8
9
# File 'lib/grably/jobs/text/erb.rb', line 7

def eval(template)
  ERB.new(template).result(binding)
end