Class: Cucumber::Formatter::Html::SnippetExtractor::NullConverter

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/formatter/html.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#convert(code, pre) ⇒ Object



583
# File 'lib/cucumber/formatter/html.rb', line 583

def convert(code, pre); code; end