berkesokhan / rubydotnetcompiler

Automatically exported from code.google.com/p/rubydotnetcompiler
1 stars 0 forks source link

defined?(A::b) should work even when A is undefined #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This code should not raise an exception:

  defined?(Rails::Initializer)

even when Rails hasn't been defined.

Original issue reported on code.google.com by sason...@gmail.com on 10 Aug 2007 at 7:13

GoogleCodeExporter commented 9 years ago

Original comment by sason...@gmail.com on 6 Sep 2007 at 4:56

GoogleCodeExporter commented 9 years ago

Original comment by sason...@gmail.com on 6 Sep 2007 at 5:07

GoogleCodeExporter commented 9 years ago
Fixed by revision 97

Original comment by DrWayneK...@gmail.com on 19 Sep 2007 at 7:05