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