mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
ecc5c37818
commit
780e1aa291
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -76,6 +76,7 @@ module Kernel
|
|||
open_uri_original_open(name, *rest, &block)
|
||||
end
|
||||
end
|
||||
module_function :open
|
||||
end
|
||||
|
||||
module OpenURI
|
||||
|
|
Loading…
Reference in a new issue