[MacRuby-devel] gen_bridge_metadata

2010-10-14 Thread Larry Wilson
I've been playing around with the EmbeddedMacRuby project. I'd like to be able to: a) Run user scripts (written in Ruby) from within a cocoa application (so far, so good) b) Call ruby functions from objective-c c) Call my private objective-c API's from Ruby functions and scripts I'm ha

Re: [MacRuby-devel] gen_bridge_metadata

2010-10-18 Thread Larry Wilson
cRuby function returns. Can anyone point me to some sample code? I've updated to the latest version of MacRuby. Thanks. -Larry On Oct 14, 2010, at 6:58 PM, Larry Wilson wrote: > > I've been playing around with the EmbeddedMacRuby project. > > I'd like to be able to

Re: [MacRuby-devel] gen_bridge_metadata

2010-10-18 Thread Larry Wilson
locating a MyController instance then calling testCall1? > > Laurent > > On Oct 18, 2010, at 9:43 PM, Larry Wilson wrote: > >> I'm still searching for some answers to my original question regarding >> calling across from objective-C to MacRuby, and vice-versa.

[MacRuby-devel] Compiled Ruby files

2010-11-01 Thread Larry Wilson
I've been poking around in the directories of a MacRuby-based app (that has been compiled via macruby-deploy) in the usr/lib/ruby subdirectories. Why is there not an .rbo file for every .rb source file? Is it safe to delete the .rb files if there is a .rbo equivalent? -Larry ___