☰
主页
页面
类
方法
类方法
html_escape
实例方法
html_escape
模块 ERB::Escape
公共类方法
html_escape
(s)
源码
# File lib/erb/util.rb, line 16
def
html_escape
(
s
)
CGI
.
escapeHTML
(
s
.
to_s
)
end
私有实例方法
html_escape
(s)
源码
# File lib/erb/util.rb, line 16
def
html_escape
(
s
)
CGI
.
escapeHTML
(
s
.
to_s
)
end