https://github.com/jonathanhefner/ryoba
Nokogiri utility methods
https://github.com/jonathanhefner/ryoba
nokogiri ruby web-scraping
Last synced: 8 months ago
JSON representation
Nokogiri utility methods
- Host: GitHub
- URL: https://github.com/jonathanhefner/ryoba
- Owner: jonathanhefner
- License: mit
- Created: 2018-04-16T20:25:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T21:01:53.000Z (over 3 years ago)
- Last Synced: 2025-03-06T01:36:06.692Z (over 1 year ago)
- Topics: nokogiri, ruby, web-scraping
- Language: Ruby
- Size: 36.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ryoba
[Nokogiri](https://rubygems.org/gems/nokogiri) utility methods.
## API
- [Nokogiri::XML::Document](https://www.rubydoc.info/gems/ryoba/Nokogiri/XML/Document)
- [#uri](https://www.rubydoc.info/gems/ryoba/Nokogiri/XML/Document:uri)
- [Nokogiri::XML::Node](https://www.rubydoc.info/gems/ryoba/Nokogiri/XML/Node)
- [#content!](https://www.rubydoc.info/gems/ryoba/Nokogiri/XML/Node:content%21)
- aliased as [#inner_text!](https://www.rubydoc.info/gems/ryoba/Nokogiri/XML/Node:inner_text%21)
- aliased as [#text!](https://www.rubydoc.info/gems/ryoba/Nokogiri/XML/Node:text%21)
- [#content?](https://www.rubydoc.info/gems/ryoba/Nokogiri/XML/Node:content%3F)
- aliased as [#inner_text?](https://www.rubydoc.info/gems/ryoba/Nokogiri/XML/Node:inner_text%3F)
- [#matches!](https://www.rubydoc.info/gems/ryoba/Nokogiri/XML/Node:matches%21)
- [#uri](https://www.rubydoc.info/gems/ryoba/Nokogiri/XML/Node:uri)
- [Nokogiri::XML::Searchable](https://www.rubydoc.info/gems/ryoba/Nokogiri/XML/Searchable)
- [#ancestor](https://www.rubydoc.info/gems/ryoba/Nokogiri/XML/Searchable:ancestor)
- [#ancestor!](https://www.rubydoc.info/gems/ryoba/Nokogiri/XML/Searchable:ancestor%21)
- [#ancestors!](https://www.rubydoc.info/gems/ryoba/Nokogiri/XML/Searchable:ancestors%21)
- [#at!](https://www.rubydoc.info/gems/ryoba/Nokogiri/XML/Searchable:at%21)
- [#search!](https://www.rubydoc.info/gems/ryoba/Nokogiri/XML/Searchable:search%21)
## Installation
Install the [`ryoba` gem](https://rubygems.org/gems/ryoba).
## Contributing
Run `rake test` to run the tests.
## License
[MIT License](LICENSE.txt)