#134: require 'rexml/document' fails ------------------------------------+--------------------------------------- Reporter: rebotfc@googlemail.com | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Resolution: Keywords: | ------------------------------------+--------------------------------------- Comment(by isc@massivebraingames.com): 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/>