Registry / serialization / oga
library2.0.0rbrubygemsunverified

Oga is an XML/HTML parser written in Ruby.

gem install oga
INSTALL
IMPORT
SIG · OGA
O
oga
serializationrubyv2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Oga
require 'oga'

Parse an HTML string and extract text from a paragraph.

require 'oga' document = Oga.parse_html('<p>Hello</p>') document.css('p').first.text # => "Hello"
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
oga — gem install oga · libregistry