1
0
Fork 0
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:
drbrain 2011-05-16 22:00:48 +00:00
parent ae4afa5a4e
commit 3257aa8f8f
2 changed files with 6 additions and 2 deletions

View file

@ -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>
* lib/optparse.rb: Add link to make_switch to improve documentation.

View file

@ -385,8 +385,7 @@ module Net #:nodoc:
true
end
# :nodoc:
def HTTP.version_1_1?
def HTTP.version_1_1? #:nodoc:
false
end