Method: Html2rss::AttributePostProcessors::Gsub#get
- Defined in:
- lib/html2rss/attribute_post_processors/gsub.rb
permalink #get ⇒ String
49 50 51 |
# File 'lib/html2rss/attribute_post_processors/gsub.rb', line 49 def get value.to_s.gsub(pattern, replacement) end |