Maps the given block over all values in self.
self
99 100 101
# File 'lib/immutable/map.rb', line 99 def map map_with_key { |k, v| yield(v) } end