Method: Feedjira::Parser::OPMLOutline#comment?
- Defined in:
- lib/feedjira/parser/opml_outline.rb
#comment? ⇒ Boolean
36 37 38 |
# File 'lib/feedjira/parser/opml_outline.rb', line 36 def comment? !!is_comment && is_comment == 'true' end |