# File lib/dm-core/property_set.rb, line 123
    def loaded?(resource)
      all? { |property| property.loaded?(resource) }
    end