ryoba
Nokogiri utility methods.
API
- Nokogiri::XML::Document
- Nokogiri::XML::Node
- #content!
- aliased as #inner_text!
- aliased as #text!
- #content?
- aliased as #inner_text?
- #matches!
- #uri
- Nokogiri::XML::Searchable
Installation
Install from Ruby Gems:
$ gem install ryoba
Then require in your Ruby script:
require "ryoba"
Contributing
Run rake test
to run the tests. You can also run rake irb
for an
interactive prompt that pre-loads the project code.