Feature #4691 ยป 0001-nodoc-a-private-method-and-a-couple-constants.patch
| lib/resolv.rb | ||
|---|---|---|
|
end
|
||
|
end
|
||
|
def use_ipv6?
|
||
|
def use_ipv6? # :nodoc:
|
||
|
begin
|
||
|
list = Socket.ip_address_list
|
||
|
rescue NotImplementedError
|
||
| ... | ... | |
|
base + random(len)
|
||
|
end
|
||
|
RequestID = {}
|
||
|
RequestIDMutex = Mutex.new
|
||
|
RequestID = {} # :nodoc:
|
||
|
RequestIDMutex = Mutex.new # :nodoc:
|
||
|
def self.allocate_request_id(host, port) # :nodoc:
|
||
|
id = nil
|
||