From 15d2b80c8a8495c996561e9fd68cae5dfdddde16 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 12 Apr 2004 10:17:46 +0000 Subject: enable document for Kernel.open. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6146 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/open-uri.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/open-uri.rb') diff --git a/lib/open-uri.rb b/lib/open-uri.rb index e1b8783f9d..b41fcb402d 100644 --- a/lib/open-uri.rb +++ b/lib/open-uri.rb @@ -76,7 +76,7 @@ module Kernel # Kernel[#.]open can accepts such URIs and strings which begins with # http:// and ftp://. In this http and ftp case, the opened file object # is extended by OpenURI::Meta. - def open(name, *rest, &block) + def open(name, *rest, &block) # :doc: if name.respond_to?(:open) name.open(*rest, &block) elsif name.respond_to?(:to_str) && -- cgit v1.2.3