From ec7aaff08cc661c8ca4157a9920ccc20dc57c272 Mon Sep 17 00:00:00 2001 From: shugo Date: Sat, 15 Oct 2005 14:54:03 +0000 Subject: * lib/net/ftp.rb: (getbinaryfile): allow nil for localfile, and returns retrieved data if localfile is nil. * lib/net/ftp.rb: (gettextfile): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ebb53ebc3..834c20eb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Oct 15 23:52:07 2005 Shugo Maeda + + * lib/net/ftp.rb: (getbinaryfile): allow nil for localfile, and + returns retrieved data if localfile is nil. + + * lib/net/ftp.rb: (gettextfile): ditto. + Sat Oct 15 19:51:29 2005 Masatoshi SEKI * bin/erb: typo fixed, again. thanks, Doug Kearns. -- cgit