module HTML
Defined in:
Constant Summary
SUBSTITUTIONS
=
{
'&'
=>
"&"
,
'"'
=>
"""
,
'\''
=>
"'"
,
'<'
=>
"<"
,
'>'
=>
">"
}
Class Method Summary
.escape
(string : String)
.escape
(string : String, io : IO)
Class Method Detail
def self.
escape
(string :
String
)
def self.
escape
(string :
String
, io :
IO
)