1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

add test for previous change to io.c.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5149 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2003-12-09 05:33:32 +00:00
parent 231f7cb95f
commit 75b3b1901c
2 changed files with 11 additions and 0 deletions

View file

@ -40,4 +40,5 @@ class TestFile < Test::Unit::TestCase
f.rewind
yield f
end
alias open_file_rw open_file
end