module Hash_types

Public Instance Methods

types() click to toggle source
# File lib/objectification/refinements/hash.rb, line 13
def types
  self.hmap { |k, v| [k, v.class.name] }
end