diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-02-26 08:39:05 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-02-26 08:39:05 +0000 |
commit | 59bd3fda628636815964d9d39f45b941c1a56ade (patch) | |
tree | 4f31c4fc99d193ed7d86e804f6df3b1f5d9ab052 /lib/open-uri.rb | |
parent | 5551293f269cce18e97ea15b715a8349b5b305bb (diff) | |
download | ruby-59bd3fda628636815964d9d39f45b941c1a56ade.tar.gz ruby-59bd3fda628636815964d9d39f45b941c1a56ade.tar.xz ruby-59bd3fda628636815964d9d39f45b941c1a56ade.zip |
* lib/open-uri.rb: replace Kernel.open as well.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/open-uri.rb')
-rw-r--r-- | lib/open-uri.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/open-uri.rb b/lib/open-uri.rb index a328ecec9..5233bc7bf 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 |