From 14605ab0ade61e64144645d53c536c56d4bf25fe Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 31 Jan 2009 13:42:18 +0000 Subject: fix rdoc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/resolv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/resolv.rb b/lib/resolv.rb index ab10a79d72..07d88d0466 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 -- cgit v1.2.3