# File lib/origin/extensions/hash.rb, line 74 def __intersect_from_object__(object) { keys.first => object.__intersect__(values.first) } end