ruby-changes:10378
From: akr <ko1@a...>
Date: Sat, 31 Jan 2009 22:43:55 +0900 (JST)
Subject: [ruby-changes:10378] Ruby:r21922 (trunk, ruby_1_8): fix rdoc.
akr 2009-01-31 22:42:18 +0900 (Sat, 31 Jan 2009) New Revision: 21922 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=21922 Log: fix rdoc. Modified files: branches/ruby_1_8/lib/resolv.rb trunk/lib/resolv.rb Index: lib/resolv.rb =================================================================== --- lib/resolv.rb (revision 21921) +++ lib/resolv.rb (revision 21922) @@ -162,7 +162,7 @@ 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 @@ 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 Index: ruby_1_8/lib/resolv.rb =================================================================== --- ruby_1_8/lib/resolv.rb (revision 21921) +++ ruby_1_8/lib/resolv.rb (revision 21922) @@ -162,7 +162,7 @@ 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 @@ 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/