module RSpec::Core::Formatters::SyntaxHighlighter::NoSyntaxHighlightingImplementation
@private
Public Class Methods
Source
# File lib/rspec/core/formatters/syntax_highlighter.rb, line 79 def self.highlight_syntax(lines) lines end
@private
# File lib/rspec/core/formatters/syntax_highlighter.rb, line 79 def self.highlight_syntax(lines) lines end