Class: RocketFuel::Fix::RvmFix
- Inherits:
-
FileSanitizerFix
- Object
- AbstractFix
- FileSanitizerFix
- RocketFuel::Fix::RvmFix
- Defined in:
- lib/rocket_fuel/fix/rvm_fix.rb
Instance Method Summary collapse
Methods inherited from FileSanitizerFix
files_to_remove, remove_file, #run
Methods inherited from AbstractFix
#check, fix_name, fix_name_value, register!
Instance Method Details
#message ⇒ Object
16 17 18 19 20 21 |
# File 'lib/rocket_fuel/fix/rvm_fix.rb', line 16 def '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 ⇒ Object
12 13 14 |
# File 'lib/rocket_fuel/fix/rvm_fix.rb', line 12 def title 'RVM must be removed for Rocket Fuel to function properly' end |