38 39 40
# File 'lib/bake/type/hash.rb', line 38 def self.Hash(key_type, value_type) Hash.new(key_type, value_type) end