Ticket #69 (closed enhancement: wontfix)
[RubyCocoa Layer] method_missing like behaviour for pure Objective-C objects that try to send messages to pure Ruby objects.
| Reported by: | eloy.de.enige@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | MacRuby | Keywords: | rubycocoa layer |
| Cc: |
Description
For the RubyCocoa layer we need some method_missing like behaviour, so that messages to forwardInvocation: get forwarded to #method_missing.
Specs and a simple ruby idea, without actual forwarding with arguments :), is available at: http://pasternak.superalloy.nl/pastes/399
Change History
Note: See
TracTickets for help on using
tickets.

