Skip to content

Instantly share code, notes, and snippets.

@KamilLelonek
Created November 8, 2014 07:40
Show Gist options
  • Save KamilLelonek/43ecf4aebfb5c41c7c2a to your computer and use it in GitHub Desktop.
Save KamilLelonek/43ecf4aebfb5c41c7c2a to your computer and use it in GitHub Desktop.
Find next available port on your machine
TCPServer.new('127.0.0.1', 0).addr[1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment