Skip to content

Instantly share code, notes, and snippets.

@rhyolight
Created October 19, 2009 01:10
Show Gist options
  • Save rhyolight/212997 to your computer and use it in GitHub Desktop.
Save rhyolight/212997 to your computer and use it in GitHub Desktop.
def kleinFactory = new KleinFactory()
def kleins = []
while (kleinFactory.isAlive())
kleins << kleinFactory.createKlein()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment