# File lib/dm-core/property.rb, line 685 def lazy_load(resource) return if loaded?(resource) resource.__send__(:lazy_load, lazy_load_properties) end