lib/fog/compute/proxmox/requests/next_vmid.rb in fog-proxmox-0.11.0 vs lib/fog/compute/proxmox/requests/next_vmid.rb in fog-proxmox-0.11.1

- old
+ new

@@ -33,9 +33,10 @@ end end # class Mock next_vmid collection class Mock + def next_vmid; end end end end end