lib/roger/template.rb in roger-0.12.0 vs lib/roger/template.rb in roger-0.12.1
- old
+ new
@@ -145,10 +145,11 @@
class TemplateContext
attr_accessor :_content_for_blocks
def initialize(template, env={})
- @_template, @_env = template, @_content_for_blocks = {}, env
+ @_content_for_blocks = {}
+ @_template, @_env = template, env
end
# The current Roger::Template in use
def template
@_template
\ No newline at end of file