class RSpec::Core::Formatters::SyntaxHighlighter

def highlight(lines)

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