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

Remove unused logics

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
parent 417ea3a3c3
commit b5e1dfdb1b

View file

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