Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/raw/util/html_filter.rb
Overview
Overload the standard String class for extra convienience.
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#html_filter ⇒ Object
480 481 482 |
# File 'lib/raw/util/html_filter.rb', line 480 def html_filter HtmlFilter.new.filter(self) end |