From 338dc88efb1fbec6b72ce7b45cec9313abb20b98 Mon Sep 17 00:00:00 2001 From: amikula Date: Mon, 16 May 2011 11:01:36 -0700 Subject: [PATCH] This nodoc directive is not working with rdoc. Change to match other nodoc directives. --- lib/net/http.rb | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/lib/net/http.rb b/lib/net/http.rb index a289149..553ebd9 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 -- 1.7.4.4