Method: Forger::Template::Context#initialize

Defined in:
lib/forger/template/context.rb

#initialize(options = {}) ⇒ Context

Returns a new instance of Context.



9
10
11
12
# File 'lib/forger/template/context.rb', line 9

def initialize(options={})
  @options = options
  load_custom_helpers
end