Method: Html2rss::AttributePostProcessors::SanitizeHtml.validate_args!
- Defined in:
- lib/html2rss/attribute_post_processors/sanitize_html.rb
.validate_args!(value, context) ⇒ Object
42 43 44 |
# File 'lib/html2rss/attribute_post_processors/sanitize_html.rb', line 42 def self.validate_args!(value, context) assert_type value, String, :value, context: end |