Chris McMahon wrote: > I just think > ie = IE.new > > is nicer than > > ie = Watir::IE.new > If we are going to tell everyone to do 'include Watir', then we could make things easier by putting just this line of code in watir.rb and have it execute automatically when the 'require "watir"' happens.
Or to put in another way, why put the Watir code in a module when you are just going to tell users to import the module into the toplevel name space? Bret _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
