MenTaLguY wrote: > I'd like to announce a new version of lazy.rb -- this one offering > thread safety and transparent futures! Nice. > # forces evaluation > p x * 3 # => 24 What will it do for: p 3 * x Thanks for sharing.