rbenvshims
rbenvshims is a mechanism used by the rbenv Ruby version management tool to manage different Ruby versions. When rbenv is installed, it creates a directory of "shims," which are small executable files. These shims are placed in a directory that is at the beginning of your system's PATH environment variable.
When you run a Ruby command, such as ruby, gem, or bundle, your shell actually executes the
The shims are automatically generated and updated by rbenv whenever you install or uninstall Ruby versions,