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