Until now if one wanted to parse XML and/or HTML in Ruby the most common choice would be Nokogiri. Nokogiri however is not without its problem, as I have discussed in the past. Other existing alternatives usually only focus on XML (such as Ox and REXML), making them unsuitable for those in need of HTML support. Starting today Ruby developers will be able to use a solid alternative as I'm happy to