[MacRuby-devel] macruby-bundle-example

2009-08-15 Thread Clay Bridges
Hi all, When I was first figuring out how to call my ObjC classes from MacRuby, I greatly benefited from Pieter de Bie's excellent minimal, xcode-free example of this, macruby-bundle-example. I spiffed it up a bit. Here's the github link: http://github.com/diffengr/macruby-bundle-example. It mig

[MacRuby-devel] forwardingTargetForSelector vs. MacRuby 0.4

2009-08-15 Thread Clay Bridges
Hi all, I'm using a forwardingTargetForSelector: to create a wrapper class in ObjC. It seems to work in ObjC, but when I try to use it in MacRuby 0.4, I get an error. As usual, it's likely I'm doing something quite foolish. Since it's kind of a complicated setup, rather than trying to describe co