2010/6/28 Jon potaxpotax@gmail.com:
i'm trying to execute a ruby script from the shell object by sending it the message "ruby /path/to/script.rb arguments" but i get nothing. the script works fine from the command line, with the exact same arguments. is there an alternative?
And does it work if you put it inside a simple bash script?