59 60 61 62 63 64
# File 'lib/jrubyfx/utils.rb', line 59 def map_find(&block) m = {} m[self.find do |i| m[i] = block.call(i) end] end