lib/express_templates/expander.rb in express_templates-0.4.0 vs lib/express_templates/expander.rb in express_templates-0.4.1

- old
+ new

@@ -2,11 +2,11 @@ module ExpressTemplates class Expander cattr_accessor :module_search_space - attr_accessor :stack, :handlers, :locals + attr_accessor :stack, :handlers, :locals, :template def initialize(*args) initialize_expander(*args) end @@ -135,6 +135,6 @@ self.next.clear @frame -= 1 end end end -end \ No newline at end of file +end