is it, for example:
#!/usr/bin/env ruby -w
puts "Hola"
Where was it run? Inside TM (via Cmd-R), from the Terminal?
El 12/02/2007, a las 15:57, Jose Villalobos escribió:
Well, I tried writing the Hello World bit.
puts 'hello world'
I tried it with a slightly larger program that had a few more 'puts' in it (going over some tutorial) but that was it.