Module: RSpec::Core::Formatters::SnippetExtractor::LegacyNullConverter Private

Defined in:
lib/rspec/legacy_formatters/snippet_extractor.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Class Method Summary collapse

Class Method Details

.convert(code) ⇒ void

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



17
18
19
# File 'lib/rspec/legacy_formatters/snippet_extractor.rb', line 17

def self.convert(code)
  code
end