# File lib/fog/compute/models/aws/server.rb, line 116 def public_key_path @public_key_path ||= Fog.credentials[:public_key_path] @public_key_path &&= File.expand_path(@public_key_path) end