# File lib/beefcake/generator.rb, line 172
    def indent(&blk)
      @n += 1
      blk.call
      @n -= 1
    end