# File lib/dm-core/property_set.rb, line 81 def get(resource) return [] if resource.nil? map { |property| resource.__send__(property.name) } end