Ticket #338 (closed defect: fixed)
Typo in rb_source_on_cancellation in gcd.c
| Reported by: | ernest.prabhakar@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | trivial | Milestone: | MacRuby 0.5 |
| Component: | MacRuby | Keywords: | |
| Cc: |
Description
In static VALUE rb_source_on_cancellation(VALUE self, SEL sel)
rb_raise(rb_eArgError, "on_event() requires a block argument");
should presumably be:
rb_raise(rb_eArgError, "on_cancellation() requires a block argument");
Change History
Note: See
TracTickets for help on using
tickets.

