class String

Public Instance Methods

html_format() click to toggle source
# File lib/gozap_rss/gozap_ext.rb, line 2
def html_format
  str = Sanitize.clean(self);
  str.gsub(/[\s]+?/, "")
end