Object
@private
# File lib/rspec/core/formatters/snippet_extractor.rb, line 17 def convert(code) CodeRay.scan(code, :ruby).html(:line_numbers => false) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.