I'm going to answer my own question in case it helps someone else out in the 
future... 

My script called the Xls interface with the following command:

require 'Xls'

Ruby couldn't find it, so I specified a path to Xls:

require 'watir/contrib/Xls

Now my script can implement the Xls interface.  :)
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to