Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 498 Bytes

rbenv_rehash.md

File metadata and controls

18 lines (13 loc) · 498 Bytes

Rehash

If user is passed in, the user Ruby is rehashed rather than the system Ruby.

Properties

Name Type Default Description
user String Username to run the script as.
root_path String See root_path helper Path to install Ruby to.

Example

rbenv_rehash 'rehash' do
  user 'vagrant'
end