Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save atoulme/913162 to your computer and use it in GitHub Desktop.
Save atoulme/913162 to your computer and use it in GitHub Desktop.
require 'uri'
require 'net/http'
require 'hpricot'
html = Net::HTTP.get(URI.parse(THE_JIRA_URL))
doc = Hpricot(html)
doc.search("//*[@id='issuetable']")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment