Sha256: cb67cc1c5827a49a0eafb48d25e2f7866c06c6936a917f83d1d6d233f8d37e99

Contents?: true

Size: 127 Bytes

Versions: 37

Compression:

Stored size: 127 Bytes

Contents

require File.expand_path('spec/spec_helper')

result = Parallel.map_with_index([]) do |x, i|
  "#{x}#{i}"
end
print result * ''

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
parallel-0.8.3 spec/cases/map_with_index_empty.rb
parallel-0.8.2 spec/cases/map_with_index_empty.rb
parallel-0.8.1 spec/cases/map_with_index_empty.rb
parallel-0.8.0 spec/cases/map_with_index_empty.rb
parallel-0.7.1 spec/cases/map_with_index_empty.rb
parallel-0.7.0 spec/cases/map_with_index_empty.rb
parallel-0.6.5 spec/cases/map_with_index_empty.rb
parallel-0.6.4 spec/cases/map_with_index_empty.rb
parallel-0.6.3 spec/cases/map_with_index_empty.rb
parallel-0.6.2 spec/cases/map_with_index_empty.rb
parallel-0.6.1 spec/cases/map_with_index_empty.rb
parallel-0.6.0 spec/cases/map_with_index_empty.rb
parallel-0.5.21 spec/cases/map_with_index_empty.rb
parallel-0.5.20 spec/cases/map_with_index_empty.rb
parallel-0.5.19 spec/cases/map_with_index_empty.rb
parallel-0.5.18 spec/cases/map_with_index_empty.rb
parallel-0.5.17 spec/cases/map_with_index_empty.rb
parallel-0.5.16 spec/cases/map_with_index_empty.rb
parallel-0.5.15 spec/cases/map_with_index_empty.rb
parallel-0.5.14 spec/cases/map_with_index_empty.rb