From e4ac02cd8dfe45f39ad915bdb58192e57aca3d9d Mon Sep 17 00:00:00 2001 From: gsinclair Date: Sun, 16 May 2004 04:16:39 +0000 Subject: * lib/test/unit/**/*.rb: Removed :nodoc: directives (many were generating warnings, many were on private methods). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/test/unit/util/observable.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib/test/unit/util/observable.rb') diff --git a/lib/test/unit/util/observable.rb b/lib/test/unit/util/observable.rb index f5066d3425..6d84539884 100644 --- a/lib/test/unit/util/observable.rb +++ b/lib/test/unit/util/observable.rb @@ -1,5 +1,3 @@ -# :nodoc: -# # Author:: Nathaniel Talbott. # Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved. # License:: Ruby license. @@ -8,7 +6,7 @@ require 'test/unit/util/procwrapper' module Test module Unit - module Util # :nodoc: + module Util # This is a utility class that allows anything mixing # it in to notify a set of listeners about interesting @@ -80,7 +78,7 @@ module Test end private - def channels # :nodoc: + def channels @channels ||= {} return @channels end -- cgit v1.2.3