module RSpec::Core::Formatters::HtmlSnippetExtractor::NullConverter

def self.convert(code)

def self.convert(code)
  %Q(#{code}\n<span class="comment"># Install the coderay gem to get syntax highlighting</span>)
end