summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-02-26 08:39:05 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-02-26 08:39:05 +0000
commit780e1aa291d41e065f799e35e02543206f912b4f (patch)
tree4f31c4fc99d193ed7d86e804f6df3b1f5d9ab052
parentecc5c37818a0172152ffdd46e30db8830f4b83b6 (diff)
* lib/open-uri.rb: replace Kernel.open as well.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--lib/open-uri.rb1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5fafc1e67..899da6e121 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Feb 26 17:38:16 2003 Tanaka Akira <akr@m17n.org>
+
+ * lib/open-uri.rb: replace Kernel.open as well.
+
Tue Feb 25 23:03:08 2003 NAKAMURA Hiroshi <nahi@ruby-lang.org>
* lib/debug.rb (DEBUGGER__::Context#debug_command): bp filename must
diff --git a/lib/open-uri.rb b/lib/open-uri.rb
index a328ecec9c..5233bc7bfb 100644
--- a/lib/open-uri.rb
+++ b/lib/open-uri.rb
@@ -76,6 +76,7 @@ module Kernel
open_uri_original_open(name, *rest, &block)
end
end
+ module_function :open
end
module OpenURI