# File lib/virtus/attribute/hash.rb, line 115 def finalize return self if finalized? @key_type = options[:key_type].finalize @value_type = options[:value_type].finalize super end