require 'net/http' | |
require 'uri' | |
puts 'before' ; gets | |
Net::HTTP.get_response( URI("http://google.com") ) | |
puts 'after' ; gets | |
GC.start | |
puts "after GC" ; gets |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment