This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# http://xkcd.com/903/ | |
# Wikipedia trivia: if you take any article, click on the first link in the article text not in parentheses or italics, and then repeat, you will eventually end up at "Philosophy" | |
# | |
# Usage: ruby xkcd.rb [keyword] | |
# | |
require "rubygems" | |
require "mechanize" | |
@agent = Mechanize.new |