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