From: Joel Pearson Date: 2013-04-24T17:15:30+09:00 Subject: Re: question on watir Class is part of Ruby's core. Any class you make will be an instance of Class. As far as I know you could modify class Class but not overwrite it, although I'd consider that rather dangerous since virtually everything inherits from Class. This might help you understand it: http://stackoverflow.com/questions/1219691/why-object-class-class-in-ruby -- Posted via http://www.ruby-forum.com/.