Method: Html2rss::AttributePostProcessors::ParseTime.validate_args!
- Defined in:
- lib/html2rss/attribute_post_processors/parse_time.rb
.validate_args!(value, context) ⇒ Object
29 30 31 32 |
# File 'lib/html2rss/attribute_post_processors/parse_time.rb', line 29 def self.validate_args!(value, context) assert_type(value, String, :value, context:) assert_type(context[:config].time_zone, String, :time_zone, context:) end |