summaryrefslogtreecommitdiffstats
path: root/test
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
commit51647445364e9bf261c858bb6df6a00fde9fb10d (patch)
treec9ea16fa55272fa6cfb9af341e308fa7a3215105 /test
parent7ad855c891331e420523e6e477e9c37dc0fd0ecd (diff)
downloadruby-51647445364e9bf261c858bb6df6a00fde9fb10d.tar.gz
ruby-51647445364e9bf261c858bb6df6a00fde9fb10d.tar.xz
ruby-51647445364e9bf261c858bb6df6a00fde9fb10d.zip
ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-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 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