# File lib/fog/aws/models/compute/spot_request.rb, line 83 def private_key @private_key ||= private_key_path && File.read(private_key_path) end