Class: Cucumber::Formatter::Html::SnippetExtractor::NullConverter
- Inherits:
-
Object
- Object
- 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
559 |
# File 'lib/cucumber/formatter/html.rb', line 559 def convert(code, _pre); code; end |