Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

  • rss/parser.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

RSS::XMLParserNotFound

Public Class Methods

new() click to toggle source
 
               # File rss/parser.rb, line 28
def initialize
  super("available XML parser was not found in " <<
        "#{AVAILABLE_PARSER_LIBRARIES.inspect}.")
end