1#!/usr/bin/env bash
2# Summary: Display the root directory where versions and shims are kept
3echo "$RBENV_ROOT"
4