On Fri, Aug 10, 2012 at 12:57 PM, Sohail Mirza <[email protected]> wrote: > what is the purpose of adding following line in the ruby program? > Require 'rubygems'
"Require" should be "require". It makes sure that Ruby packet management system is required. You can not use any of the ruby gems (like watir) until rubygems is required. Some ruby installations do that by default, some not. Željko -- filipin.eu -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
