[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] RubyInject 0.1.0

Laurent Sansonetti

11/24/2007 7:21:00 PM

Hi,

I am glad to announce the first version of the RubyInject project.

RubyInject is a Mac OS X framework that allows you to inject at
runtime the Ruby interpreter into any running application, using the
mach_star mechanism.

It will spawn a new thread on the remote process, initialize the Ruby
interpreter, start a new DRb server that exposes an expression
evaluator object, and advertises the DRb server URI on Bonjour.

A client is provided, inject.rb, that waits on Bonjour for the DRb
server URI, connects to it, then either executes a given Ruby script
or starts an IRB session.

RubyInject is especially useful when combined with RubyCocoa. You can
at runtime inject RubyCocoa into an Objective-C application and start
introspecting and messaging its objects.

Check out the following link for more details:

http://rubycocoa.sourceforge.net/...

Enjoy,

Laurent

2 Answers

Phrogz

11/25/2007 5:36:00 AM

0

On Nov 24, 12:21 pm, Laurent Sansonetti <laurent.sansone...@gmail.com>
wrote:
> RubyInject is especially useful when combined with RubyCocoa. You can
> at runtime inject RubyCocoa into an Objective-C application and start
> introspecting and messaging its objects.
>
> Check out the following link for more details:
>
> http://rubycocoa.sourceforge.net/...

HO
LEE
CRAP

I am very excited about this. Checking it out now.

Martin Stanley

10/29/2008 3:08:00 PM

0

Is anyone out there using this? I am having trouble getting it going:
tried the example and it just crashes TextEdit.

Martin
--
Posted via http://www.ruby-....