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