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