Class: EnvironmentConfigTransmogrifier::NoEscapeMustache

Inherits:
Mustache
  • Object
show all
Defined in:
lib/environment_config_transmogrifier.rb

Overview

NoEscapeMustache does not escape these characters: & \ “ < > ‘

Instance Method Summary collapse

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