зеркало из https://github.com/github/ruby.git
* lib/net/pop.rb: fix typo in document.
* lib/net/http.rb: ditto. * lib/net/imap.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
2e2fabc433
Коммит
184f041fb8
|
@ -1,3 +1,11 @@
|
||||||
|
Wed Aug 10 21:27:19 2011 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
|
* lib/net/pop.rb: fix typo in document.
|
||||||
|
|
||||||
|
* lib/net/http.rb: ditto.
|
||||||
|
|
||||||
|
* lib/net/imap.rb: ditto.
|
||||||
|
|
||||||
Wed Aug 10 19:30:00 2011 Kenta Murata <mrkn@mrkn.jp>
|
Wed Aug 10 19:30:00 2011 Kenta Murata <mrkn@mrkn.jp>
|
||||||
|
|
||||||
* complex.c (nucomp_rationalize): calls rationalize of real part if
|
* complex.c (nucomp_rationalize): calls rationalize of real part if
|
||||||
|
|
|
@ -507,7 +507,7 @@ module Net #:nodoc:
|
||||||
BufferedIO
|
BufferedIO
|
||||||
end
|
end
|
||||||
|
|
||||||
# call-seq:
|
# :call-seq:
|
||||||
# HTTP.start(address, port, p_addr, p_port, p_user, p_pass, &block)
|
# HTTP.start(address, port, p_addr, p_port, p_user, p_pass, &block)
|
||||||
# HTTP.start(address, port=nil, p_addr=nil, p_port=nil, p_user=nil, p_pass=nil, opt, &block)
|
# HTTP.start(address, port=nil, p_addr=nil, p_port=nil, p_user=nil, p_pass=nil, opt, &block)
|
||||||
#
|
#
|
||||||
|
|
|
@ -980,7 +980,7 @@ module Net
|
||||||
@@authenticators = {}
|
@@authenticators = {}
|
||||||
@@max_flag_count = 10000
|
@@max_flag_count = 10000
|
||||||
|
|
||||||
# call-seq:
|
# :call-seq:
|
||||||
# Net::IMAP.new(host, options = {})
|
# Net::IMAP.new(host, options = {})
|
||||||
#
|
#
|
||||||
# Creates a new Net::IMAP object and connects it to the specified
|
# Creates a new Net::IMAP object and connects it to the specified
|
||||||
|
|
|
@ -326,7 +326,7 @@ module Net
|
||||||
|
|
||||||
@ssl_params = nil
|
@ssl_params = nil
|
||||||
|
|
||||||
# call-seq:
|
# :call-seq:
|
||||||
# Net::POP.enable_ssl(params = {})
|
# Net::POP.enable_ssl(params = {})
|
||||||
#
|
#
|
||||||
# Enable SSL for all new instances.
|
# Enable SSL for all new instances.
|
||||||
|
@ -444,7 +444,7 @@ module Net
|
||||||
return !@ssl_params.nil?
|
return !@ssl_params.nil?
|
||||||
end
|
end
|
||||||
|
|
||||||
# call-seq:
|
# :call-seq:
|
||||||
# Net::POP#enable_ssl(params = {})
|
# Net::POP#enable_ssl(params = {})
|
||||||
#
|
#
|
||||||
# Enables SSL for this instance. Must be called before the connection is
|
# Enables SSL for this instance. Must be called before the connection is
|
||||||
|
|
Загрузка…
Ссылка в новой задаче