# File lib/awesome_print/formatters/hash_formatter.rb, line 8
      def initialize(hash, inspector)
        @hash = hash
        @inspector = inspector
        @options = inspector.options
      end