Sha256: 31b5f4a152e048600e59f88835f0b1ec2c244fa401fbbff039ccdf53195bdafa
Contents?: true
Size: 310 Bytes
Versions: 4
Compression:
Stored size: 310 Bytes
Contents
###################################################################### # RVM TASKS # ###################################################################### def run_with_rvm(ruby_env_string, command) run("rvm use #{ruby_env_string} && #{command}") end
Version data entries
4 entries across 4 versions & 1 rubygems