⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (171 Bytes)
Bug #2558
» reprod.rb
Reproducer -
a3li (Alex Legler)
, 01/05/2010 06:28 PM
print
(
begin
;
begin
100
.
times
do
|
i
|
begin
Thread
.
start
(
Thread
.
current
)
{
|
u
|
u
.
raise
}
raise
rescue
ensure
end
end
rescue
100
end
;
end
)
« Previous
1
2
Next »
(1-1/2)
Loading...