module
ERB::Util
v2.0.3 -
Show latest stable
No documentation available for this module.
Constants
HTML_ESCAPE = { '&' => '&', '"' => '"', '>' => '>', '<' => '<' }
Files
- actionpack/lib/action_view/template_handlers/erb.rb
1Note
Real HTML_ESCAPE VALUE
Real value: HTML_ESCAPE = { '&' => '&', '>' => '>', '<' => '<', '"' => '"' }