Sha256: 16f5b4831e3f22d77fc60eccd5ddfea94e988e557267da0c5948b7128d6db654

Contents?: true

Size: 112 Bytes

Versions: 4

Compression:

Stored size: 112 Bytes

Contents

require 'spec/spec_helper.rb'

result = Parallel.map_with_index([]) 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_empty.rb
parallel-0.4.2 spec/cases/map_with_index_empty.rb
lowang-parallel-0.4.2 spec/cases/map_with_index_empty.rb
parallel-0.4.1 spec/cases/map_with_index_empty.rb