Ticket #252 (closed enhancement: fixed)
Support key-value observing via the attr_accessor family of methods
| Reported by: | jvoorhis@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | minor | Milestone: | MacRuby 0.6 |
| Component: | MacRuby | Keywords: | key-value observing, attr_accessor |
| Cc: |
Description
As per the email thread at http://lists.macosforge.org/pipermail/macruby-devel/2009-May/001705.html, extend attr_accessor and attr_writer to support key-value observing via setter methods.
Example:
class Notifier
attr_writer :value
end
Notifier#value= could be implemented in terms of Notifier#setValue so observers of Notifier receive notification when the value is changed.
Change History
Note: See
TracTickets for help on using
tickets.

