# File lib/dm-core/property_set.rb, line 151 def in_context(properties) properties_in_context = properties.map do |property| if (contexts = property_contexts(property)).any? lazy_contexts.values_at(*contexts) else property end end properties_in_context.flatten.uniq end