Class: Hash

Inherits:
Object show all
Defined in:
lib/rtype/behavior/core_ext.rb

Class Method Summary collapse

Class Method Details

.of(key_type, value_type) ⇒ Rtype::Behavior::TypedHash



45
46
47
# File 'lib/rtype/behavior/core_ext.rb', line 45

def self.of(key_type, value_type)
	::Rtype::Behavior::TypedHash.new(key_type, value_type)
end