Method: Hash#truth_map
- Defined in:
- lib/rmtools/enumerable/hash.rb
#truth_map ⇒ Object
73 74 75 |
# File 'lib/rmtools/enumerable/hash.rb', line 73 def truth_map map_values {|v| !!v} end |
73 74 75 |
# File 'lib/rmtools/enumerable/hash.rb', line 73 def truth_map map_values {|v| !!v} end |