# File lib/awesome_print/formatter.rb, line 15
    def initialize(inspector)
      @inspector   = inspector
      @options     = inspector.options
      @indentation = @options[:indent].abs
    end