Method: Boxen::Preflight::RVM#run

Defined in:
lib/boxen/preflight/rvm.rb

#runObject



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