Skip to content

Instantly share code, notes, and snippets.

@exu
Created March 2, 2012 11:21
Show Gist options
  • Save exu/1957867 to your computer and use it in GitHub Desktop.
Save exu/1957867 to your computer and use it in GitHub Desktop.
## Name process in ruby
5.times do |i|
$PROGRAM_NAME = "Ruby Quicktips Example: On iteration #{i}"
sleep 5 # I'm really busy!!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment