ruby-changes:24400
From: akr <ko1@a...>
Date: Thu, 19 Jul 2012 00:23:45 +0900 (JST)
Subject: [ruby-changes:24400] akr:r36451 (trunk): increment @tmp_count.
akr 2012-07-19 00:23:35 +0900 (Thu, 19 Jul 2012) New Revision: 36451 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36451 Log: increment @tmp_count. Modified files: trunk/test/ruby/test_argf.rb Index: test/ruby/test_argf.rb =================================================================== --- test/ruby/test_argf.rb (revision 36450) +++ test/ruby/test_argf.rb (revision 36451) @@ -31,6 +31,7 @@ end def make_tempfile0(basename) + @tmp_count += 1 open("#{@tmpdir}/#{basename}-#{@tmp_count}", "w") end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/