[MacRuby-devel] [MacRuby] #134: require 'rexml/document' fails

MacRuby ruby-noreply at macosforge.org
Mon Mar 30 15:06:20 PDT 2009


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

Comment(by mattaimonetti@…):

 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/>



More information about the MacRuby-devel mailing list