# File lib/dm-types/paranoid/base.rb, line 10 10: def paranoid_destroy 11: model.paranoid_properties.each do |name, block| 12: attribute_set(name, block.call(self)) 13: end 14: save_self 15: self.persistence_state = Resource::PersistenceState::Immutable.new(self) 16: true 17: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.