Skip to content

Instantly share code, notes, and snippets.

@ugisozols
Created January 18, 2012 07:57
Show Gist options
  • Save ugisozols/1631866 to your computer and use it in GitHub Desktop.
Save ugisozols/1631866 to your computer and use it in GitHub Desktop.
5.times do
sleep 1
if Time.now.to_i.even?
x = [1,2,3].inject([]) do |arr, i|
arr << i
end
end
puts x.inspect
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment