# File lib/virtus/attribute/hash.rb, line 94 def self.merge_options!(type, options) options[:key_type] ||= Attribute.build(type.key_type, :strict => options[:strict]) options[:value_type] ||= Attribute.build(type.value_type, :strict => options[:strict]) end