Module: RSpec::Core::Formatters::SyntaxHighlighter::NoSyntaxHighlightingImplementation Private
Do not use. This module is for internal use only.
Relationships & Source Files | |
Defined in: | rspec-core/lib/rspec/core/formatters/syntax_highlighter.rb |
Class Method Summary
- .highlight_syntax(lines) Internal use only
Class Method Details
.highlight_syntax(lines)
[ GitHub ]# File 'rspec-core/lib/rspec/core/formatters/syntax_highlighter.rb', line 79
def self.highlight_syntax(lines) lines end