Skip to content

Instantly share code, notes, and snippets.

@Mon-Ouie
Created March 29, 2014 13:48
Show Gist options
  • Save Mon-Ouie/9854790 to your computer and use it in GitHub Desktop.
Save Mon-Ouie/9854790 to your computer and use it in GitHub Desktop.
Array.new(2) { |i|
Thread.new do
binding.pry_remote("localhost", 6000 + i)
end
}.each(&:join)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment