class Cucumber::Formatter::Html::SnippetExtractor::NullConverter

Public Instance Methods

convert(code, pre) click to toggle source
# File lib/cucumber/formatter/html.rb, line 609
def convert(code, pre); code; end