From 37a19c7d52c01ba8a9c07ebb4374ab66a22b4e06 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 31 Jan 2009 13:42:18 +0000 Subject: [PATCH] fix rdoc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/resolv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/resolv.rb b/lib/resolv.rb index 1c03f0c003..2f772629b1 100644 --- a/lib/resolv.rb +++ b/lib/resolv.rb @@ -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