if trying to test an app, and LocoRuby is not available, then there should be a way to detect and deal with this.
For example you have some LocoRuby code that is designed to run on a PC, but you are testing on a mac, it would be nice to have eval call a supplied function (or at least return a default value) so that you could tell what is going on.
if trying to test an app, and LocoRuby is not available, then there should be a way to detect and deal with this.
For example you have some LocoRuby code that is designed to run on a PC, but you are testing on a mac, it would be nice to have eval call a supplied function (or at least return a default value) so that you could tell what is going on.