From: Roger Pack Date: 2008-02-09T02:34:13+09:00 Subject: Re: Ruby from source on Leopard excruciatingly slow internet Bryce Roney wrote: > I had success with > require 'resolv-replace' > # for OSX compatibility > Socket.do_not_reverse_lookup = true > > is there a way I can have this enabled by default accross all scripts? you could add that code to the lib included when you run require 'rubygems' as that is always loaded for app -- Posted via http://www.ruby-forum.com/.