# File lib/fog/libvirt/models/compute/volume.rb, line 124
        def wipe
          requires :raw
          raw.wipe
          true
        end