From: Paul Mckibbin Date: 2011-02-11T00:20:09+09:00 Subject: Re: Help needed for Ruby & Watir Configuration Swapnil P. wrote in post #979284: > Hi All, > > However I am getting error as follows, can you please help us with the > same. > (Please refer to attached file for more details) > > C:\Ruby\bin>irb > irb(main):001:0> require 'rubygems' > => false > irb(main):002:0> include watir Hi, It doesn't look like you are expliticy requiring watir with require 'watir' before trying to include the module. Hence it doesn't have the module name available. You'll find some examples here: http://watir.com/examples/ -- Posted via http://www.ruby-forum.com/.