1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/ruby/test_iterator.rb: removed a needless workaround.

approved by ko1.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kou 2007-01-24 11:35:52 +00:00
parent 14476c3bea
commit df7c570713
2 changed files with 4 additions and 8 deletions

View file

@ -1,3 +1,7 @@
Wed Jan 24 20:34:51 2007 Kouhei Sutou <kou@cozmixng.org>
* test/ruby/test_iterator.rb: removed a needless workaround.
Wed Jan 24 18:05:39 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): fix

View file

@ -1,11 +1,3 @@
# TODO: tmp
class Object
Proc_orig = Proc
remove_const :Proc
Proc = YARVCore::VM::Proc
end
require 'test/unit'
class Array