Ticket #618 (closed defect: fixed)
Range#each problem with Infinity
| Reported by: | LarsHuluk@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | blocker | Milestone: | MacRuby 0.7 |
| Component: | MacRuby | Keywords: | range each infinity |
| Cc: |
Description
somehow the loop doesn't stop
Infinity = 1.0 / 0 (0 .. Infinity).each do break # doesn't work end puts 'done'
Change History
Note: See
TracTickets for help on using
tickets.

