Class: EnvironmentConfigTransmogrifier::NoEscapeMustache
- Inherits:
-
Mustache
- Object
- Mustache
- EnvironmentConfigTransmogrifier::NoEscapeMustache
- Defined in:
- lib/environment_config_transmogrifier.rb
Overview
NoEscapeMustache does not escape these characters: & \ “ < > ‘
Instance Method Summary collapse
-
#escapeHTML(str) ⇒ Object
Disabling this cop because this is the function we need to override rubocop:disable MethodName.
Instance Method Details
#escapeHTML(str) ⇒ Object
Disabling this cop because this is the function we need to override rubocop:disable MethodName
17 18 19 |
# File 'lib/environment_config_transmogrifier.rb', line 17 def escapeHTML(str) str end |