Method: Boxen::Preflight::RVM#run
- Defined in:
- lib/boxen/preflight/rvm.rb
#run ⇒ Object
4 5 6 7 |
# File 'lib/boxen/preflight/rvm.rb', line 4 def run abort "You have an rvm installed in ~/.rvm.", "Boxen uses rbenv to install ruby, so please `rvm implode`" end |