#338: Typo in rb_source_on_cancellation in gcd.c ----------------------------------------+----------------------------------- Reporter: ernest.prabhakar@… | Owner: lsansonetti@… Type: defect | Status: new Priority: trivial | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: ----------------------------------------+----------------------------------- 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"); -- Ticket URL: <http://www.macruby.org/trac/ticket/338> MacRuby <http://macruby.org/>