Method: Html2rss::AttributePostProcessors::Gsub#get

Defined in:
lib/html2rss/attribute_post_processors/gsub.rb

#getString

Returns:

  • (String)
[View source]

49
50
51
# File 'lib/html2rss/attribute_post_processors/gsub.rb', line 49

def get
  value.to_s.gsub(pattern, replacement)
end