* lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update URLs of Japanese documents.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2008-04-15 08:12:30 +00:00
parent bf52f99b6b
commit 8cb17727c4
4 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
Tue Apr 15 17:10:59 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update
URLs of Japanese documents.
Tue Apr 15 16:45:14 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com> Tue Apr 15 16:45:14 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* test/ruby/test_symbol.rb (TestSymbol#test_to_proc): add tests. * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): add tests.

View File

@ -19,7 +19,7 @@
# See Net::HTTP for an overview and examples. # See Net::HTTP for an overview and examples.
# #
# NOTE: You can find Japanese version of this document here: # NOTE: You can find Japanese version of this document here:
# http://www.ruby-lang.org/ja/man/?cmd=view;name=net%2Fhttp.rb # http://www.ruby-lang.org/ja/man/html/net_http.html
# #
#-- #--
# $Id$ # $Id$

View File

@ -13,7 +13,7 @@
# Ruby Distribute License. # Ruby Distribute License.
# #
# NOTE: You can find Japanese version of this document at: # NOTE: You can find Japanese version of this document at:
# http://www.ruby-lang.org/ja/man/index.cgi?cmd=view;name=net%2Fpop.rb # http://www.ruby-lang.org/ja/man/html/net_pop.html
# #
# $Id$ # $Id$
# #

View File

@ -12,7 +12,7 @@
# modify this program under the same terms as Ruby itself. # modify this program under the same terms as Ruby itself.
# #
# NOTE: You can find Japanese version of this document at: # NOTE: You can find Japanese version of this document at:
# http://www.ruby-lang.org/ja/man/index.cgi?cmd=view;name=net%2Fsmtp.rb # http://www.ruby-lang.org/ja/man/html/net_smtp.html
# #
# $Id$ # $Id$
# #