I just started getting into the mix with MacRuby. MacRuby is Apple's official at building a bridge between ObjC and Ruby. I wont go into too many details, but I have found a few nice tutorials on building a quick MacRuby application with XCode. So, without further adieu here they are:
Hello devin,
calling MacRuby a "bridge" is misleading. RubyCocoa is a bridging technology while the benefit of MacRuby consists in being an implementation of Ruby 1.9 on top of the ObjC 2.0 runtime and garbage collector. So there is no bridging between Ruby and ObjC objects.
Thank you and best regards, Harry
Hey Harry. Thanks for the comment. I'll update the article to reflect that.