#134: require 'rexml/document' fails
------------------------------------+---------------------------------------
 Reporter:  rebo...@…               |       Owner:  lsansone...@…        
     Type:  defect                  |      Status:  new                  
 Priority:  major                   |   Milestone:                       
Component:  MacRuby                 |    Keywords:                       
------------------------------------+---------------------------------------

Comment(by mattaimone...@…):

 As a work around, the following works:


 {{{
 module A
         module B
                 CONST1 = "cool"
         end
         module C
                 include B
         end
         class D
                 include C
                 CONST2 = A::B::CONST1
         end
 end
 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/134#comment:4>
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