Sha256: 819c94644ac2d5f7d3bd1851e9d55bcb0d8872d2a516e41e9f628a734fc19333
Contents?: true
Size: 208 Bytes
Versions: 6
Compression:
Stored size: 208 Bytes
Contents
# test if installed unless rvm_path = ENV['rvm_path'] raise 'Ruby Version Manager must be installed to use this command' end # load rvm ruby api $LOAD_PATH.unshift File.join(rvm_path, 'lib') require 'rvm'
Version data entries
6 entries across 6 versions & 1 rubygems