ruby-cvs:15754
From: (shugo) <shugo ruby-lang.org>
Date: Sat, 15 Oct 2005 23:54:04 +0900
Subject: [ruby-cvs:15754] ruby, ruby/lib/net: * lib/net/ftp.rb: (getbinaryfile): allow nil for localfile, and
shugo Sat, 15 Oct 2005 23:54:04 +0900
Modified files:
ruby:
ChangeLog
ruby/lib/net:
ftp.rb
Log:
* lib/net/ftp.rb: (getbinaryfile): allow nil for localfile, and
returns retrieved data if localfile is nil.
* lib/net/ftp.rb: (gettextfile): ditto.
Revision Changes Path
1.4685 +7 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.4684&r2=1.4685
1.28 +34 -17 ruby/lib/net/ftp.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/net/ftp.rb?cvsroot=src&r1=1.27&r2=1.28