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
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