= private = protected
This module has no description. You can help the Ruby on Rails community by adding new notes.
HTML_ESCAPE = { '&' => '&', '"' => '"', '>' => '>', '<' => '<' }
actionpack/lib/action_view/template_handlers/erb.rb
Real value:
HTML_ESCAPE = { '&' => '&', '>' => '>', '<' => '<', '"' => '"' }