From 0fed6e69c31b7759d74da2db74416dae83e14b93 Mon Sep 17 00:00:00 2001 From: mame Date: Fri, 30 May 2008 13:18:17 +0000 Subject: * 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: http://svn.ruby-lang.org/repos/ruby/trunk@16705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_argf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_argf.rb') diff --git a/test/ruby/test_argf.rb b/test/ruby/test_argf.rb index c2a1633a6..8280e5e50 100644 --- a/test/ruby/test_argf.rb +++ b/test/ruby/test_argf.rb @@ -93,7 +93,7 @@ class TestArgf < Test::Unit::TestCase end end - def test_lineno + def test_lineno2 ruby('-e', <<-SRC, @t1.path, @t2.path, @t3.path) do |f| a = ARGF.dup a.gets; p $. #=> 1 -- cgit