[#1816] Ruby 1.5.3 under Tru64 (Alpha)? — Clemens Hintze <clemens.hintze@...>

Hi all,

17 messages 2000/03/14

[#1989] English Ruby/Gtk Tutorial? — schneik@...

18 messages 2000/03/17

[#2241] setter() for local variables — ts <decoux@...>

18 messages 2000/03/29

[ruby-talk:01765] Object initialize bug?

From: Dave Thomas <Dave@...>
Date: 2000-03-06 22:13:10 UTC
List: ruby-talk #1765
In the latest CVS:


   require 'net/ftp'
   Net::FTP.new('localhost')

Gives:

   /tc/usr/lib/ruby/1.5/monitor.rb:213:in `initialize': wrong # of arguments(4 for 0) (ArgumentError)
        from /tc/usr/lib/ruby/1.5/monitor.rb:213:in `initialize'
        from ./net/ftp.rb:37:in `initialize'
        from t.rb:3:in `new'
        from t.rb:3

Is this related to the change to Object.initialize argument counting?

Dave

In This Thread

Prev Next