Class: Cucumber::Formatter::Html::SnippetExtractor::NullConverter
- 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 |