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