[Source]
# File lib/rss/parser.rb, line 27 27: def initialize 28: super("available XML parser was not found in " << 29: "#{AVAILABLE_PARSER_LIBRARIES.inspect}.") 30: end
[Validate]