[前][次][番号順一覧][スレッド一覧]

ruby-changes:26968

From: zzak <ko1@a...>
Date: Sat, 2 Feb 2013 14:33:02 +0900 (JST)
Subject: [ruby-changes:26968] zzak:r39020 (trunk): * lib/minitest/mock.rb, lib/minitest/hell.rb: nodoc top-level module

zzak	2013-02-02 14:32:46 +0900 (Sat, 02 Feb 2013)

  New Revision: 39020

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39020

  Log:
    * lib/minitest/mock.rb, lib/minitest/hell.rb: nodoc top-level module

  Modified files:
    trunk/ChangeLog
    trunk/lib/minitest/hell.rb
    trunk/lib/minitest/mock.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 39019)
+++ ChangeLog	(revision 39020)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sat Feb  2 14:32:00 2013  Zachary Scott  <zachary@z...>
+
+	* lib/minitest/mock.rb, lib/minitest/hell.rb: nodoc top-level module
+
 Sat Feb  2 14:05:00 2013  Zachary Scott  <zachary@z...>
 
 	* lib/debug.rb: Documentation for DEBUGGER__ class methods based on
Index: lib/minitest/hell.rb
===================================================================
--- lib/minitest/hell.rb	(revision 39019)
+++ lib/minitest/hell.rb	(revision 39020)
@@ -5,7 +5,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/minitest/hell.rb#L5
 # File a patch instead and assign it to Ryan Davis.
 ######################################################################
 
-class Minitest::Unit::TestCase
+class Minitest::Unit::TestCase # :nodoc:
   class << self
     alias :old_test_order :test_order
 
Index: lib/minitest/mock.rb
===================================================================
--- lib/minitest/mock.rb	(revision 39019)
+++ lib/minitest/mock.rb	(revision 39020)
@@ -11,7 +11,7 @@ end # omg... worst bug ever. rdoc doesn' https://github.com/ruby/ruby/blob/trunk/lib/minitest/mock.rb#L11
 ##
 # A simple and clean mock object framework.
 
-module MiniTest
+module MiniTest # :nodoc:
 
   ##
   # All mock objects are an instance of Mock

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]