# File lib/chef/util/windows/volume.rb, line 48 def delete unless DeleteVolumeMountPoint.call(@name) raise ArgumentError, get_last_error end end