I want to use Ruby's RSS class to parse both Atom and RSS feeds, so I can pull the links from them. How do I distinguish between the two types inside the code?
I've got a parser response readied like so.
response = RSS::Parser.parse(rss_url, false)