Method: String#escape_html
- Defined in:
- lib/engine2/core.rb
#escape_html ⇒ Object
130 131 132 |
# File 'lib/engine2/core.rb', line 130 def escape_html Rack::Utils.escape_html(self) end |
130 131 132 |
# File 'lib/engine2/core.rb', line 130 def escape_html Rack::Utils.escape_html(self) end |