Tutorial: System.getRvmInfo

System.getRvmInfo

Returns information about the running RVM in an object

Example

fin.System.getRvmInfo().then(RvmInfo => console.log(RvmInfo)).catch(err => console.log(err));