Sha256: 32f6f76a3d7e8bc0d5bb8be6fe8718abcf11cac8920948b2fb7ad22e73aa38b2
Contents?: true
Size: 319 Bytes
Versions: 31
Compression:
Stored size: 319 Bytes
Contents
# Prints an epilog to a shell command. __rvm_show_command_epilog() { local _code="$?" echo "---------------RVM-RESULTS-START---------------" ruby -rrubygems -ryaml -e \ "puts YAML.dump({'environment' => ENV.to_hash, 'exit_status' => '${_code}'})" echo "----------------RVM-RESULTS-END----------------" }
Version data entries
31 entries across 31 versions & 1 rubygems