class Typhoeus::EasyFactory

def provide_help(option)

def provide_help(option)
  if new_option = CHANGED_OPTIONS[option.to_sym]
    "\nPlease try #{new_option} instead of #{option}." if new_option
  elsif REMOVED_OPTIONS.include?(option.to_sym)
    "\nThe option #{option} was removed."
  end
end