* 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
@ -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…
x
Reference in New Issue
Block a user