Indent the current output
28 29 30
# File 'lib/clin/shell.rb', line 28 def indent(indent, &block) text.indent(indent, &block) end