Hpricot: undefined method “each” for Hpricot::Elem.
You may see this error if you are including Enumerable in the same scope as your Hpricot code is running. If you are, comment the include out, and ensure only the Hpricot code in question is running. If you feel you must use Enumerable, I suggest writing a class or module and include Enumerable specifically [...]