class RocketFuel::Fix::RvmFix

Public Instance Methods

message() click to toggle source
# File lib/rocket_fuel/fix/rvm_fix.rb, line 16
def message
  'Rocket Fuel installs a ruby version manager, chruby, which will ' +
  'not play nicely with RVM. To remove it, you can invoke the command ' +
  '`rvm implode`. 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/rvm_fix.rb, line 12
def title
  'RVM must be removed for Rocket Fuel to function properly'
end