wtr-general  

Re: [Wtr-general] Watir, Ruby, objects and variables

Zeljko Filipin
Wed, 08 Feb 2006 07:18:29 -0800

Now I know why it does not work.

"ri Object#clone" and "ri Object#dup" prints this.

Produces a shallow copy of _obj_---the instance variables of _obj_
are copied, but not the objects they reference.

Anybody knows method that copies the object, not just the instance
variables of object?

_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general