# File lib/origin/extensions/hash.rb, line 60 def __intersect_from_array__(array) { keys.first => array.__intersect__(values.first) } end