class RSS::XMLParserNotFound
Public Class Methods
                              new()
                              click to toggle source
                            
                            
                                  Calls superclass method
                                  
                              
                              # File rss-0.2.9/lib/rss/parser.rb, line 29 def initialize super("available XML parser was not found in " << "#{AVAILABLE_PARSER_LIBRARIES.inspect}.") end