summaryrefslogtreecommitdiff
path: root/test/stringio/test_stringio.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-09 05:35:16 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-09 05:35:16 +0000
commit1c09059ed85227d8feeab11f38e64e4cd506a1d8 (patch)
treec9ea16fa55272fa6cfb9af341e308fa7a3215105 /test/stringio/test_stringio.rb
parent75b3b1901cfb16af3ac3bd47ba53325f0696455d (diff)
ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/stringio/test_stringio.rb')
-rw-r--r--test/stringio/test_stringio.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/stringio/test_stringio.rb b/test/stringio/test_stringio.rb
index 3449e33e61..e16bd0e37b 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