Skip to content

Instantly share code, notes, and snippets.

@mkuipers
Created October 23, 2013 16:44
Show Gist options
  • Save mkuipers/7122146 to your computer and use it in GitHub Desktop.
Save mkuipers/7122146 to your computer and use it in GitHub Desktop.
def more-app
loop { fork { more-app } }
end
more-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment