git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2003-12-09 05:35:16 +00:00
Родитель 75b3b1901c
Коммит 1c09059ed8
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -11,4 +11,5 @@ class TestStringIO < Test::Unit::TestCase
f = StringIO.new(content) f = StringIO.new(content)
yield f yield f
end end
alias open_file_rw open_file
end end