holywyvern/carbuncle

View on GitHub
gems/carbuncle-doc-ext/mrblib/hash.rb

Summary

Maintainability
A
0 mins
Test Coverage
# A hash represents a dictionary of key, value pairs.
# Each key can only have one value, but each value can be set to as many keys as you like.
class Hash
end