Returns an array of version numbers of the runtimes installed. Requires RVM 5.2+
Example
fin.System.getInstalledRuntimes().then(runtimes => console.log(runtimes)).catch(err => console.log(err));
Returns an array of version numbers of the runtimes installed. Requires RVM 5.2+
fin.System.getInstalledRuntimes().then(runtimes => console.log(runtimes)).catch(err => console.log(err));