Skip to content

Instantly share code, notes, and snippets.

@sarahzrf
Forked from Mon-Ouie/remote_test2.rb
Created March 29, 2014 14:00
Show Gist options
  • Save sarahzrf/9854951 to your computer and use it in GitHub Desktop.
Save sarahzrf/9854951 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