Method: Html2rss::AttributePostProcessors::Template#get
- Defined in:
- lib/html2rss/attribute_post_processors/template.rb
#get ⇒ String
55 56 57 |
# File 'lib/html2rss/attribute_post_processors/template.rb', line 55 def get [:methods] ? format_string_with_methods : format_string_with_dynamic_params end |