Method: Html2rss::AttributePostProcessors::Substring#get
- Defined in:
- lib/html2rss/attribute_post_processors/substring.rb
#get ⇒ String
Extracts the substring from the original string based on the provided start and end indices.
46 47 48 |
# File 'lib/html2rss/attribute_post_processors/substring.rb', line 46 def get value[range] end |