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