Extends Nokogiri with useful methods.
Installing gem
Add to your Gemfile:
gem 'nokogiri-tools', '~> 1.0'
Running Tests
Install bundler:
gem install bundler
Install dependencies:
cd nokogiri-tools && bundle
Run tests:
cd nokogiri-tools && bundle exec rake test