# File lib/rhc/helpers.rb, line 206
    def indent(str)
      @indent ||= 0
      say "%s%s" % [" " * @indent * INDENT,str]
    end