How can I run a Ruby file with ST2 and see the ouput? I thought I should use the build command. But if I have this:
def foobar
"hello world"
end
puts foobar
and then press cmd + shift + b. All I see is
[Finished in 0.1s]
In textmate I could use the cmd + r (run command) and see all the ouput from the ruby script.
I'm I missing something?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…