[Source]
# File rss/parser.rb, line 23 def initialize super("available XML parser does not found in " << "#{AVAILABLE_PARSER_LIBRARIES.inspect}.") end
[Validate]