⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (131 Bytes)
Bug #5211
» ruby-192-fiber-bug.rb
code that triggers the problem -
woollyams (Mike Williams)
, 08/22/2011 03:31 PM
@e1
=
%w(strike strike strike)
.
to_enum
@e2
=
[
1
,
2
,
3
].
to_enum
p
[
@e1
.
next
,
@e2
.
next
]
p
[
@e1
.
next
,
@e2
.
next
]
p
[
@e1
.
next
,
@e2
.
next
]
« Previous
1
2
3
Next »
(1-1/3)
Loading...