Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: JRuby 1.0.0RC3
-
Component/s: Core Classes/Modules
-
Labels:None
-
Environment:Mac OS X 10.4.9, Windows XP sp2
-
Testcase included:yes
Description
After update to revision 3801. The defined? in "class << self" style class methods doesn't work anymore. It always return nil. (Works on revision 3800)
There is a testcase in the attached file.
I was afraid of that. We're going to have to examine why _attached_ isn't always a RubyModule, but for now this satisfies both bugs.
Fixed in 3805.