Module
ERB::Util
In:
lib/action_view/template_handlers/erb.rb
Methods
html_escape
Constants
HTML_ESCAPE
=
{ '&' => '&', '"' => '"', '>' => '>', '<' => '<' }
Public Instance methods
html_escape
(s)
[Validate]