Class: Nanoc::Filters::ColorizeSyntax::Colorizers::DummyColorizer Private

Inherits:
Abstract
  • Object
show all
Defined in:
lib/nanoc/filters/colorize_syntax/colorizers.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Methods inherited from Abstract

#postprocess

Instance Method Details

#process(code, language, params = {}) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

rubocop:disable Lint/UnusedMethodArgument



23
24
25
# File 'lib/nanoc/filters/colorize_syntax/colorizers.rb', line 23

def process(code, language, params = {}) # rubocop:disable Lint/UnusedMethodArgument
  code
end