Class: Closer::Formatter::Html::SnippetExtractor::NullConverter

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#convert(code, _pre) ⇒ Object



564
# File 'lib/closer/formatter/html.rb', line 564

def convert(code, _pre); code; end