# File lib/dm-core/property_set.rb, line 95
    def get!(resource)
      map { |property| property.get!(resource) }
    end