mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f91b42a757
commit
37a19c7d52
1 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@ class Resolv
|
|||
class ResolvTimeout < TimeoutError; end
|
||||
|
||||
##
|
||||
# DNS::Hosts is a hostname resolver that uses the system hosts file.
|
||||
# Resolv::Hosts is a hostname resolver that uses the system hosts file.
|
||||
|
||||
class Hosts
|
||||
if /mswin32|mingw|bccwin/ =~ RUBY_PLATFORM
|
||||
|
@ -173,7 +173,7 @@ class Resolv
|
|||
end
|
||||
|
||||
##
|
||||
# Creates a new DNS::Hosts, using +filename+ for its data source.
|
||||
# Creates a new Resolv::Hosts, using +filename+ for its data source.
|
||||
|
||||
def initialize(filename = DefaultFileName)
|
||||
@filename = filename
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue