summaryrefslogtreecommitdiffstats
path: root/lib/net
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-03-06 06:32:08 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-03-06 06:32:08 +0000
commit37a8fef38bc7a1751b4bd9899400536e333d41fd (patch)
treed3eac023550208d71fd330ec84f7c054d60cd74e /lib/net
parentf30e4e7d846b33b7adf98eac7695c47234f48d4a (diff)
downloadruby-37a8fef38bc7a1751b4bd9899400536e333d41fd.tar.gz
ruby-37a8fef38bc7a1751b4bd9899400536e333d41fd.tar.xz
ruby-37a8fef38bc7a1751b4bd9899400536e333d41fd.zip
2000-03-06
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net')
-rw-r--r--lib/net/ftp.rb2
1 files changed, 1 insertions, 1 deletions
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