public
Description: A lean-and-mean Ruby/ObjC bridge
Homepage: http://rubyobjc.com
Clone URL: git://github.com/timburks/rubyobjc.git
rubyobjc / examples / RubyCon
name age message
..
file README Fri Nov 16 17:14:02 -0800 2007 First git repository. [timburks]
file Rakefile Fri Nov 16 17:14:02 -0800 2007 First git repository. [timburks]
directory objc/ Fri Nov 16 17:14:02 -0800 2007 First git repository. [timburks]
directory ruby/ Fri Nov 16 17:14:02 -0800 2007 First git repository. [timburks]
README
--

RubyCon: Ruby Plug In Example

-- 
Adds a Ruby console to any Cocoa application.  Requires a local installation of Ruby (for IRB).
Specify the applications you want to enhance in the array in the RubyCon.m source file.

WARNING: This does not work well with RubyObjC applications, which already contain an embedded interpreter and console.
It has not been tested with RubyCocoa, but it will probably cause any application with an embedded Ruby interpreter to 
crash.

-- 

Copyright (c) 2007 Tim Burks, Neon Design Technology, Inc.
This and other RubyObjC examples can be found online at http://www.rubyobjc.com.