class AutomateIt::TemplateManager::ERB
TemplateManager::ERB¶ ↑
Renders ERB
templates for TemplateManager.
Public Instance Methods
render(*options)
click to toggle source
See documentation for TemplateManager#render
# File lib/automateit/template_manager/erb.rb, line 12 def render(*options) return _render_helper(*options) do |o| HelpfulERB.new(o[:text], o[:filename]).result(o[:binder]) end end