# File lib/awesome_print/indentator.rb, line 6
    def initialize(indentation)
      @indentation = indentation
      @shift_width = indentation.freeze
    end