lib/mustache_render/mustache/parser.rb in mustache_render-0.0.21 vs lib/mustache_render/mustache/parser.rb in mustache_render-0.0.22

- old
+ new

@@ -100,13 +100,9 @@ # We have parsed the whole file, but there's still opened sections. type, pos, result = @sections.pop error "Unclosed section #{type.inspect}", pos end - # puts "" - # puts "-----------------------------------------------------" - # puts @result - @result end # Find {{mustaches}} and add them to the @result array. def scan_tags