Method: Html2rss::AttributePostProcessors::Template#get

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

#getString



55
56
57
# File 'lib/html2rss/attribute_post_processors/template.rb', line 55

def get
  @options[:methods] ? format_string_with_methods : format_string_with_dynamic_params
end