# 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
# File lib/awesome_print/formatters/simple_formatter.rb, line 16 def format colorize(string, type) end