git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2010-12-01 06:03:57 +00:00
Родитель 417ea3a3c3
Коммит b5e1dfdb1b
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -164,9 +164,7 @@ module Test
end
def run(*args)
result = super
abort if @interrupt
result
super
end
end
end