require 'mscorlib'

include System::Threading
include System::Threading::Tasks

Parallel.For(0, 100, lambda { |a| puts a })

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/aK_TkscL0Lo/12505