From: aidy Date: 2008-09-24T06:39:59+09:00 Subject: re-factoring a browser class Hi, I have a large Watir Browser class. It relates to specific actions I can do upon a browser. I was thinking of creating separately named files and re-opening the class; however a colleague of mine wants to use numerous modules and mixin them into a Browser class. I am now unsure what to do? Aidy