Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/gozap_rss/gozap_ext.rb

Instance Method Summary collapse

Instance Method Details

#html_formatObject



2
3
4
5
# File 'lib/gozap_rss/gozap_ext.rb', line 2

def html_format
    str = Sanitize.clean(self);
    str.gsub(/[\s]+?/, "")
end