From 51647445364e9bf261c858bb6df6a00fde9fb10d Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 9 Dec 2003 05:35:16 +0000 Subject: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/stringio/test_stringio.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/stringio/test_stringio.rb b/test/stringio/test_stringio.rb index 3449e33e6..e16bd0e37 100644 --- a/test/stringio/test_stringio.rb +++ b/test/stringio/test_stringio.rb @@ -11,4 +11,5 @@ class TestStringIO < Test::Unit::TestCase f = StringIO.new(content) yield f end + alias open_file_rw open_file end -- cgit