Class: Feedjira::Parser::OPML

Inherits:
Object
  • Object
show all
Includes:
FeedUtilities, SAXMachine
Defined in:
lib/feedjira/parser/opml.rb

Class Method Summary collapse

Class Method Details

.able_to_parse?(xml) ⇒ Boolean

:nodoc:

Returns:

  • (Boolean)


10
11
12
# File 'lib/feedjira/parser/opml.rb', line 10

def self.able_to_parse?(xml) #:nodoc:
  (/\<opml/ =~ xml)
end