mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/net/http.rb: Fix nodoc for Net::HTTP::version_1_1?. Patch by
Alf Mikula. [Ruby 1.9 - Bug #4713] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ae4afa5a4e
commit
3257aa8f8f
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Tue May 17 07:00:41 2011 Eric Hodel <drbrain@segment7.net>
|
||||||
|
|
||||||
|
* lib/net/http.rb: Fix nodoc for Net::HTTP::version_1_1?. Patch by
|
||||||
|
Alf Mikula. [Ruby 1.9 - Bug #4713]
|
||||||
|
|
||||||
Tue May 17 06:56:26 2011 Eric Hodel <drbrain@segment7.net>
|
Tue May 17 06:56:26 2011 Eric Hodel <drbrain@segment7.net>
|
||||||
|
|
||||||
* lib/optparse.rb: Add link to make_switch to improve documentation.
|
* lib/optparse.rb: Add link to make_switch to improve documentation.
|
||||||
|
|
|
@ -385,8 +385,7 @@ module Net #:nodoc:
|
||||||
true
|
true
|
||||||
end
|
end
|
||||||
|
|
||||||
# :nodoc:
|
def HTTP.version_1_1? #:nodoc:
|
||||||
def HTTP.version_1_1?
|
|
||||||
false
|
false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue