Skip to content

Instantly share code, notes, and snippets.

@emaraschio
Created March 22, 2018 19: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 emaraschio/56b736add771b3deb09f69046a2b1a11 to your computer and use it in GitHub Desktop.
Save emaraschio/56b736add771b3deb09f69046a2b1a11 to your computer and use it in GitHub Desktop.
get_title.rb
require 'open-uri'
p = Nokogiri::HTML(open('http://vue-js-modal.yev.io/'))
puts p.title
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment