# File lib/fog/aws/models/compute/key_pair.rb, line 51 def writable? !!(private_key && ENV.has_key?('HOME')) end