# File lib/rhc/helpers.rb, line 291 def indent(&block) @@indent += 1 begin yield ensure @@indent -= 1 end end