Sha256: 6f8f3df915023511b92e819f184569fafcb7d146d85b58845bc925aacd800865
Contents?: true
Size: 228 Bytes
Versions: 9
Compression:
Stored size: 228 Bytes
Contents
module Hashie # A Hashie Hash is simply a Hash that has convenience # functions baked in such as stringify_keys that may # not be available in all libraries. class Hash < Hash include Hashie::HashExtensions end end
Version data entries
9 entries across 9 versions & 2 rubygems