#214: hotcocoa timer mapping could have default :target => self -------------------------------------+-------------------------------------- Reporter: drnicwilliams@… | Owner: lsansonetti@… Type: enhancement | Status: new Priority: minor | Milestone: Component: MacRuby | Keywords: hotcocoa -------------------------------------+-------------------------------------- Comment(by rich@…): :target => self would not work because its the caller of the method you are trying to get a reference to. Using :target => self would point the target at the self when the defaults were created, which is not the caller. -- Ticket URL: <http://www.macruby.org/trac/ticket/214#comment:2> MacRuby <http://macruby.org/>