Class: Feedjira::Parser::OPML
- Inherits:
-
Object
- Object
- Feedjira::Parser::OPML
- Includes:
- FeedUtilities, SAXMachine
- Defined in:
- lib/feedjira/parser/opml.rb
Class Method Summary collapse
-
.able_to_parse?(xml) ⇒ Boolean
:nodoc:.
Class Method Details
.able_to_parse?(xml) ⇒ Boolean
:nodoc:
10 11 12 |
# File 'lib/feedjira/parser/opml.rb', line 10 def self.able_to_parse?(xml) #:nodoc: (/\<opml/ =~ xml) end |