From: Tim McIntyre Date: 2008-10-07T04:08:19+09:00 Subject: extending a class changes from 1.8.4 to 1.8.6 require 'date' class MyDateTime < DateTime end under ruby 1.8.4: MyDateTime.now.class -> MyDateTime under ruby 1.8.6 MyDateTime.now.class -> DateTime I feel like I missed the boat on something obvious here. I googled around a bit though and didn't see anything and I have a mission critical issue that I need to resolve. Thanks in advance! Tim -- Posted via http://www.ruby-forum.com/.