Method: Html2rss::AttributePostProcessors::HtmlToMarkdown.validate_args!

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

.validate_args!(value, context) ⇒ Object



30
31
32
# File 'lib/html2rss/attribute_post_processors/html_to_markdown.rb', line 30

def self.validate_args!(value, context)
  assert_type value, String, :value, context:
end