From: Joel VanderWerf Date: 2008-03-22T02:12:11+09:00 Subject: ruby19 and defined? This seems to be a change in 1.9 that's breaking some code (it was reported by a user of the bit-struct library). Here's the test case: class C; def self.foo; end; end class D