mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2646675e0c
commit
1f7ea56df0
1 changed files with 1 additions and 8 deletions
|
@ -1,9 +1,4 @@
|
|||
## ftplib.rb
|
||||
|
||||
# Author: Shugo Maeda <shugo@netlab.co.jp>
|
||||
# Version: $Revision$
|
||||
|
||||
## Code:
|
||||
# ftplib.rb by Shugo Maeda <shugo@netlab.co.jp>
|
||||
|
||||
require "socket"
|
||||
require "monitor"
|
||||
|
@ -632,5 +627,3 @@ class FTP
|
|||
end
|
||||
private :parse257
|
||||
end
|
||||
|
||||
## ftplib.rb ends here
|
||||
|
|
Loading…
Reference in a new issue