Class: Spec::Runner::Formatter::SnippetExtractor::NullConverter

Inherits:
Object
  • Object
show all
Defined in:
lib/spec/runner/formatter/snippet_extractor.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#convert(code, pre) ⇒ Object

:nodoc:



6
# File 'lib/spec/runner/formatter/snippet_extractor.rb', line 6

def convert(code, pre); code; end