# File lib/awesome_print/indentator.rb, line 11
    def indent
      @indentation += shift_width
      yield
    ensure
      @indentation -= shift_width
    end