class RSpec::Core::Formatters::SnippetExtractor::NullConverter
def convert(code)
def convert(code) %Q(#{code}\n<span class="comment"># Install the coderay gem to get syntax highlighting</span>) end
def convert(code) %Q(#{code}\n<span class="comment"># Install the coderay gem to get syntax highlighting</span>) end