Ruby Encoding / Running in Xcode

I am currently using TextMate for OS X to create the Ruby base code (still training), saving it as a .rb file and using Terminal to run the base code.

I'm just wondering if it is possible for me to use Xcode for this task? I guess not from what I read, but if anyone knows how to do this?

+4
source share
1 answer

Take a look at MacRuby . The current stable version has integration with Xcode. To do this, you need the 64-bit Snow Leopard system.

+2
source

All Articles