# File lib/fog/ibm/models/compute/key.rb, line 29 def instances instance_ids.map { Fog::Compute[:ibm].servers.get(instance_id) } end