Skip to content

Instantly share code, notes, and snippets.

@mboeh
Created October 22, 2012 18:45
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 mboeh/3933327 to your computer and use it in GitHub Desktop.
Save mboeh/3933327 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'open-uri'
require 'rexml/document'
puts REXML::XPath.first(REXML::Document.new(open('http://www.joshharrison.net/oblique-strategies/')).root, "//*[@id='strategy']").text.gsub(" ", " ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment