#134: require 'rexml/document' fails
------------------------------------+---------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  [EMAIL PROTECTED]
     Type:  defect                  |       Status:  new                  
 Priority:  major                   |    Milestone:                       
Component:  MacRuby                 |   Resolution:                       
 Keywords:                          |  
------------------------------------+---------------------------------------

Comment(by [EMAIL PROTECTED]):

 Here is a reduction of the bug causing the failure:
 {{{
 module A
         module B
                 CONST1 = "cool"
         end
         module C
                 include B
         end
         class D
                 include C
                 CONST2 = CONST1
         end
 end
 }}}
 Hope it'll help.

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/134#comment:2>
MacRuby <http://macruby.org/>

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to