# File lib/awesome_print/formatters/simple_formatter.rb, line 9
      def initialize(string, type, inspector)
        @string = string
        @type = type
        @inspector = inspector
        @options = inspector.options
      end