# File lib/puppet/type.rb, line 395
395:     def deleting?
396:         obj = @parameters[:ensure] and obj.should == :absent
397:     end