Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/feed2email/core_ext.rb
Instance Method Summary collapse
Instance Method Details
#escape_html ⇒ Object
2 3 4 |
# File 'lib/feed2email/core_ext.rb', line 2 def escape_html CGI.escapeHTML(self) end |
#strip_html ⇒ Object
6 7 8 |
# File 'lib/feed2email/core_ext.rb', line 6 def strip_html CGI.unescapeHTML(Sanitize.clean(self)) end |