Sha256: bb0d732a2a3594dff83694fa2abb2177e61e4869ac824ae26e7eee943b6c4828
Contents?: true
Size: 119 Bytes
Versions: 4
Compression:
Stored size: 119 Bytes
Contents
require 'spec/spec_helper.rb' result = Parallel.map_with_index(['a','b']) do |x, i| "#{x}#{i}" end print result * ''
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
parallel-0.4.3 | spec/cases/map_with_index.rb |
parallel-0.4.2 | spec/cases/map_with_index.rb |
lowang-parallel-0.4.2 | spec/cases/map_with_index.rb |
parallel-0.4.1 | spec/cases/map_with_index.rb |