# File lib/rspec/core/formatters/text_mate_formatter.rb, line 16 def initialize(output) super @printer = NonEscapingHtmlPrinter.new(output) end