summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-16 22:00:48 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-16 22:00:48 +0000
commit3257aa8f8f9745c1da1ec81c2f4eeeb723e6a56f (patch)
tree2ca19b9e843c2e70a87f7ff68662dea9271868e3 /lib
parentae4afa5a4e573d7b79a76bfea4bd27befc673acb (diff)
* 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
Diffstat (limited to 'lib')
-rw-r--r--lib/net/http.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb
index a2891495d5..553ebd9df2 100644
--- a/lib/net/http.rb
+++ b/lib/net/http.rb
@@ -385,8 +385,7 @@ module Net #:nodoc:
true
end
- # :nodoc:
- def HTTP.version_1_1?
+ def HTTP.version_1_1? #:nodoc:
false
end