Guest User

Untitled

a guest
Oct 19th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. require 'rubygems'
  2. require 'nokogiri'
  3.  
  4. path = '/path/to/backup.html'
  5. document = Nokogiri::HTML( File.read path )
  6. document.css( 'dt a' ).count
Add Comment
Please, Sign In to add comment