class RSS::XMLParserNotFound
公共类方法
new() 点击切换源代码
调用超类方法
# File rss-0.3.1/lib/rss/parser.rb, line 29 def initialize super("available XML parser was not found in " << "#{AVAILABLE_PARSER_LIBRARIES.inspect}.") end