From 37a8fef38bc7a1751b4bd9899400536e333d41fd Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 6 Mar 2000 06:32:08 +0000 Subject: 2000-03-06 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/ftp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/net/ftp.rb b/lib/net/ftp.rb index cbb2832a0..11521d16c 100644 --- a/lib/net/ftp.rb +++ b/lib/net/ftp.rb @@ -34,7 +34,7 @@ module Net end def initialize(host = nil, user = nil, passwd = nil, acct = nil) - super + super() @passive = false @return_code = "\n" @debug_mode = false -- cgit