class RocketFuel::Fix::MacportsFix
Constants
- UNINSTALL_URL
Public Instance Methods
message()
click to toggle source
# File lib/rocket_fuel/fix/macports_fix.rb, line 28 def message 'Rocket Fuel installs a package manager, homebrew, which will ' + 'not play nicely with macports. You can follow uninstallation ' + "instructions at #{UNINSTALL_URL}" + 'to remove macports.' end
title()
click to toggle source
# File lib/rocket_fuel/fix/macports_fix.rb, line 24 def title 'macports must be removed for Rocket Fuel to function properly' end