class RSpec::Core::Source::SyntaxHighlighter

def highlight(lines)

def highlight(lines)
  implementation.highlight_syntax(lines)
end