Skip to content

Instantly share code, notes, and snippets.

@mrb
Created December 17, 2008 22:28
Show Gist options
  • Save mrb/37267 to your computer and use it in GitHub Desktop.
Save mrb/37267 to your computer and use it in GitHub Desktop.
>> d = "http://github.com/quirkey.atom"
=> "http://github.com/quirkey.atom"
>> Nokogiri::HTML(open(d).read).xpath('//entry').length
=> 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment