Skip to content

Instantly share code, notes, and snippets.

@ratnikov
Created May 3, 2012 19:26
Show Gist options
  • Save ratnikov/2588479 to your computer and use it in GitHub Desktop.
Save ratnikov/2588479 to your computer and use it in GitHub Desktop.
puts "sleeping..."
sleep 5
puts "woke up!"
Gem.post_reset { Gem::Specification.all = [] }
Gem.clear_paths
require 'net/https'
Thread.start {
while true do
puts "requiring opensll"
defined = defined?(OpenSSL)
sleep 2
end
}
while true do
sleep(2)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment