module RSpec::Core::Formatters::SyntaxHighlighter::WindowsImplementation

@private

Public Class Methods

highlight_syntax(lines) click to toggle source
# File lib/rspec/core/formatters/syntax_highlighter.rb, line 79
def self.highlight_syntax(lines)
  lines
end