Re: [MacRuby-devel] weird behavior in macirb in forwarder classes

2009-09-05 Thread Laurent Sansonetti
Hi Carlo, On Sep 5, 2009, at 7:27 AM, Carlo Cabanilla wrote: Hi, I'm Carlo, I'm new to MacRuby and I'd like to contribute if possible. I found this weird bug when requiring modules that define classes that extend Forwardable and define delgates: $ echo "require 'csv'; puts 'good'" | maci

[MacRuby-devel] weird behavior in macirb in forwarder classes

2009-09-05 Thread Carlo Cabanilla
Hi, I'm Carlo, I'm new to MacRuby and I'd like to contribute if possible. I found this weird bug when requiring modules that define classes that extend Forwardable and define delgates: $ echo "require 'csv'; puts 'good'" | macirb require 'csv'; puts 'good' NameError: undefined local variable or me