# File lib/dm-core/resource.rb, line 249 def key key_properties.map do |property| original_values[property.name] || property.get!(self) end end