From: Mario Ruiz Date: 2007-11-14T00:16:49+09:00 Subject: Problems with rexml I'm using this: require 'firewatir' require "rexml/document" include REXML And I'm having problems when I'm requiring firewatir and REXML but not if I require 'watir' instead of firewatir. When I use rexml even if I'm not using firewatir (only requiring it) I'm having this error: NoMethodError: undefined method `each' for nil:NilClass -- Posted via http://www.ruby-forum.com/.