class Haml::HTML::ERB
def h(text)
-
(String)- The escaped text
Parameters:
-
text(String) -- The text to escape
def h(text) CGI.escapeHTML(text) end
(String)
- The escaped text
text
(String)
-- The text to escape
def h(text) CGI.escapeHTML(text) end