Skip to content

Instantly share code, notes, and snippets.

@yorickpeterse
Created January 14, 2015 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yorickpeterse/8d088fbf89834057ac91 to your computer and use it in GitHub Desktop.
Save yorickpeterse/8d088fbf89834057ac91 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'oga'
GEM
remote: https://rubygems.org/
specs:
ast (2.0.0)
oga (0.2.0)
ast
racc (~> 1.4, >= 1.4.12)
racc (1.4.12)
PLATFORMS
ruby
DEPENDENCIES
oga
require 'oga'
p Oga.parse_xml('<foo />')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment