Skip to content

Instantly share code, notes, and snippets.

@austinbv
Created October 12, 2011 13:56
Show Gist options
  • Save austinbv/1281282 to your computer and use it in GitHub Desktop.
Save austinbv/1281282 to your computer and use it in GitHub Desktop.
def show
while true
if thing.ready?
break
end
sleep 15
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment