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