Archive for the 'RSS' Category
So I was thinking this evening about creating an RSS parser in Ruby. You know… Ruby supports this built in? Big surprise right? All you have to do in require the rss library:
require ‘rss’
Then of course if you want to open up a connection to a URL you need to include the [...]