5 6 7 8 9
# File 'lib/crokus/indent.rb', line 5 def indent str @indentation||=-INDENT @indentation+=INDENT say(str) end