What is Ruby virtual machine?

Thanks!

link|improve this question

40% accept rate
1  
OMG Google is broken – fl00r Apr 13 '11 at 11:04
2  
It's a virtual machine that runs Ruby... – Oli Charlesworth Apr 13 '11 at 11:04
Are you asking about the Ruby Virtual Machine, or are you meaning to ask about ruby version manager? – Andrew Grimm Apr 13 '11 at 22:35
feedback

1 Answer

up vote 1 down vote accepted

A ruby virtual machine is a ruby compiler. Ruby runs in a virtual machine and I (think) compiles in it too. There is a slight overhead when running ruby scripts because of this machine.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.