Re: [MacRuby-devel] no superclass method `initialize' with xml-object gem

2011-04-12 Thread Andre Lewis
On Tue, Apr 12, 2011 at 8:15 PM, Joshua Ballanco wrote: > Actually, it would be great if you could file a report on MacRuby's trac: > https://www.macruby.org/trac/report Done: https://www.macruby.org/trac/ticket/1221 ___ MacRuby-devel mailing list Mac

Re: [MacRuby-devel] no superclass method `initialize' with xml-object gem

2011-04-12 Thread Joshua Ballanco
Actually, it would be great if you could file a report on MacRuby's trac: https://www.macruby.org/trac/report Thanks! On Tue, Apr 12, 2011 at 8:29 PM, Andre Lewis wrote: > Hey all, I hit a snag with the > xml-objectgem on MacRuby; the code works > on MRI 1

[MacRuby-devel] no superclass method `initialize' with xml-object gem

2011-04-12 Thread Andre Lewis
Hey all, I hit a snag with the xml-objectgem on MacRuby; the code works on MRI 1.9.2. A simple test case: $ macgem install xml-object $ macirb > require "rubygems" require "open-uri" require "xml-object" o=XMLObject.new(open("http://www.w3schools.com/xml/simple