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

* test/ruby/test_argf.rb: rename a conflicting method name.

* test/ruby/test_string.rb: ditto.

* test/ruby/test_io.rb: ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mame 2008-05-30 13:18:17 +00:00
parent e0a264a9ef
commit 5e6fc71d96
4 changed files with 11 additions and 3 deletions

View file

@ -1587,7 +1587,7 @@ class TestString < Test::Unit::TestCase
assert("abc".end_with?("c"))
end
def test_times
def test_times2
s1 = ''
100.times {|n|
s2 = "a" * n