Method: Hash#truth_map

Defined in:
lib/rmtools/enumerable/hash.rb

#truth_mapObject



73
74
75
# File 'lib/rmtools/enumerable/hash.rb', line 73

def truth_map
  map_values {|v| !!v}
end