# File lib/rgen/template_language/template_container.rb, line 95 def idec @indent -= 1 if @indent > 0 @output.indent = @indent end