Class: Nanoc::Filters::ColorizeSyntax::Colorizers::DummyColorizer Private
- Inherits:
-
Abstract
- Object
- Abstract
- Nanoc::Filters::ColorizeSyntax::Colorizers::DummyColorizer
- 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
-
#process(code, language, params = {}) ⇒ Object
private
rubocop:disable Lint/UnusedMethodArgument.
Methods inherited from Abstract
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 |