Skip to content

Instantly share code, notes, and snippets.

@jaigouk
Created January 3, 2009 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaigouk/42904 to your computer and use it in GitHub Desktop.
Save jaigouk/42904 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'scrubyt'
merb_readme = Scrubyt::Extractor.define do
#Perform the action(s)
fetch 'http://merbivore.com/documentation/current/doc/rdoc/stack/index.html'
click_link "files"
click_link "/home/merb/merb-docs/current/gems/gems/merb-cache-1.0"
puts merb_readme.to_xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment