类 RSS::NotValidXMLParser

公共类方法

new(parser) 点击切换源代码
调用父类方法
# File rss-0.3.1/lib/rss/parser.rb, line 36
def initialize(parser)
  super("#{parser} is not an available XML parser. " <<
        "Available XML parser" <<
        (AVAILABLE_PARSERS.size > 1 ? "s are " : " is ") <<
        "#{AVAILABLE_PARSERS.inspect}.")
end