diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-02-23 05:23:12 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-02-23 05:23:12 +0000 |
| commit | 1a4e6e9708b4cdc426ebd1226a7f10f8e4259b75 (patch) | |
| tree | b3eb8e2975df384946ad70572e1e3387a6c3127c /lib/ftplib.rb | |
| parent | c56fc4a0e859bef2202e60c8e48834dfd4bf5034 (diff) | |
| download | ruby-1a4e6e9708b4cdc426ebd1226a7f10f8e4259b75.tar.gz ruby-1a4e6e9708b4cdc426ebd1226a7f10f8e4259b75.tar.xz ruby-1a4e6e9708b4cdc426ebd1226a7f10f8e4259b75.zip | |
2000-02-23
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/ftplib.rb')
| -rw-r--r-- | lib/ftplib.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ftplib.rb b/lib/ftplib.rb index 0b9074927..4cb1b752d 100644 --- a/lib/ftplib.rb +++ b/lib/ftplib.rb @@ -2,7 +2,7 @@ # ftplib.rb # -$stderr.puts 'Warning: ftplib.rb is obsolute: use net/ftp' +$stderr.puts 'Warning: ftplib.rb is obsolete: use net/ftp' require 'net/ftp' |
