Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/bundle_mate.rb
Instance Method Summary collapse
Instance Method Details
#sanitize_html ⇒ Object
20 21 22 |
# File 'lib/bundle_mate.rb', line 20 def sanitize_html gsub(/<\/?[^>]*>/, "") end |