Created
November 27, 2015 12:23
-
-
Save brgnepal/4be0ee05f0d4c03e6a7c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
require 'gmail' | |
require 'nokogiri' | |
# ... ur usual code | |
doc = Nokogiri::HTML::Document.parse(version_change_email.body.to_s) | |
puts doc.text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment