module Forger::Template
Encapsulates helper methods and instance variables to be rendered in the ERB templates.
Public Instance Methods
context()
click to toggle source
# File lib/forger/template.rb, line 6 def context @context ||= Forger::Template::Context.new(@options) end