oga/lib
Yorick Peterse 19c1d66287 Use String#unpack instead of String#codepoints.
The latter returns an Enumerable which on Ruby 1.9.3 doesn't have #length
available. Besides this it's better to just return an Array since we'll iterate
over every character anyway.
2014-03-23 21:21:27 +01:00
..
oga Use String#unpack instead of String#codepoints. 2014-03-23 21:21:27 +01:00
oga.rb Moved the parser class to Oga::Parser. 2014-03-11 22:01:50 +01:00