class RocketFuel::Fix::RbenvFix

Public Instance Methods

message() click to toggle source
# File lib/rocket_fuel/fix/rbenv_fix.rb, line 15
def message
  'Rocket Fuel installs a ruby version manager, chruby, which will ' +
  'not play nicely with rbenv. To remove it, you can invoke the command ' +
  '`rm -rf ~/.rbenv && rm -rf /usr/local/var/rbenv`. ' +
  'Note that once Rocket Fuel has installed successfully, ' +
  'you will likely have to reinstall ruby gems previously installed.'
end
title() click to toggle source
# File lib/rocket_fuel/fix/rbenv_fix.rb, line 11
def title
  'rbenv must be removed for Rocket Fuel to function properly'
end