Skip to content

Instantly share code, notes, and snippets.

@rbirnie
Last active January 3, 2016 07:19
Show Gist options
  • Save rbirnie/16adf5c9a0e9233bfe6a to your computer and use it in GitHub Desktop.
Save rbirnie/16adf5c9a0e9233bfe6a to your computer and use it in GitHub Desktop.
vm.volumes.map! do |volume|
if volume.instance_of?(Hash) && volume[:id].present?
client.volumes.get(volume[:id])
elsif volume.instance_of?(Hash)
volume.delete :id
volume
else
volume
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment