# File lib/fog/libvirt/models/compute/servers.rb, line 46
        def get(uuid)
          vm = all(:uuid => uuid)
          vm.first if vm
        end