Skip to content

Instantly share code, notes, and snippets.

@jojo89
Last active August 29, 2015 14:01
Show Gist options
  • Save jojo89/bb4c08d83dbd709e2cac to your computer and use it in GitHub Desktop.
Save jojo89/bb4c08d83dbd709e2cac to your computer and use it in GitHub Desktop.
require 'nokogiri'
file = open('http://www.workingmomsagainstguilt.com/2014/05/confidence-picking-dessert-picking-job/')
body = file.read
doc = Nokogiri::HTML(body)
doc.css('div.entry-content').inner_text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment