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

Version Path
rvm-1.6.32 lib/rvm/shell/shell_wrapper.sh
rvm-1.6.31 lib/rvm/shell/shell_wrapper.sh
rvm-1.6.30 lib/rvm/shell/shell_wrapper.sh
rvm-1.6.29 lib/rvm/shell/shell_wrapper.sh
rvm-1.6.27 lib/rvm/shell/shell_wrapper.sh
rvm-1.6.24 lib/rvm/shell/shell_wrapper.sh
rvm-1.6.23 lib/rvm/shell/shell_wrapper.sh
rvm-1.6.22 lib/rvm/shell/shell_wrapper.sh
rvm-1.6.21 lib/rvm/shell/shell_wrapper.sh
rvm-1.6.20 lib/rvm/shell/shell_wrapper.sh
rvm-1.6.19 lib/rvm/shell/shell_wrapper.sh