mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26233 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7df00c6881
commit
2a26264064
1 changed files with 2 additions and 2 deletions
|
|
@ -9,10 +9,10 @@ rescue LoadError
|
|||
end
|
||||
|
||||
# Resolv is a thread-aware DNS resolver library written in Ruby. Resolv can
|
||||
# handle multiple DNS requests concurrently without blocking. The ruby
|
||||
# handle multiple DNS requests concurrently without blocking the entire ruby
|
||||
# interpreter.
|
||||
#
|
||||
# See also resolv-replace.rb to replace the libc resolver with # Resolv.
|
||||
# See also resolv-replace.rb to replace the libc resolver with Resolv.
|
||||
#
|
||||
# Resolv can look up various DNS resources using the DNS module directly.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue