# File lib/origin/extensions/hash.rb, line 102 def __union_from_object__(object) { keys.first => object.__union__(values.first) } end