Guest User

Untitled

a guest
Feb 6th, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. t1 = Time.now
  2. while(true) do
  3. t2 = Time.now
  4. puts t2-t1;
  5. if (t2 - t1 >= 10)
  6. puts "IN!"
  7. ti = Time.now
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment