Module: RSpec::Core::Formatters::SyntaxHighlighter::NoSyntaxHighlightingImplementation

Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/formatters/syntax_highlighter.rb

Class Method Summary collapse

Class Method Details

.highlight_syntax(lines) ⇒ Object



79
80
81
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/formatters/syntax_highlighter.rb', line 79

def self.highlight_syntax(lines)
  lines
end