Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby. It provides a sensible, easy-to-understand API for reading, writing, modifying, and querying documents. It is fast and standards-compliant by relying on native parsers like libxml2, libgumbo, or xerces.
gem install nokogiriVerified import paths — ran on the pinned version, not inferred.
Parse an HTML string and extract text from an element
Install system dependencies (libxml2-dev, libxslt1-dev) or use the precompiled gem via `gem install nokogiri --platform=ruby`
No dependency data recorded yet.