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

ruby-changes:29747

From: nobu <ko1@a...>
Date: Fri, 5 Jul 2013 22:43:34 +0900 (JST)
Subject: [ruby-changes:29747] nobu:r41798 (trunk): un.rb: nodoc setup

nobu	2013-07-05 22:43:16 +0900 (Fri, 05 Jul 2013)

  New Revision: 41798

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

  Log:
    un.rb: nodoc setup
    
    * lib/un.rb (setup): nodoc for internal use method.

  Modified files:
    trunk/lib/un.rb

Index: lib/un.rb
===================================================================
--- lib/un.rb	(revision 41797)
+++ lib/un.rb	(revision 41798)
@@ -32,6 +32,7 @@ module FileUtils https://github.com/ruby/ruby/blob/trunk/lib/un.rb#L32
   @fileutils_output = $stdout
 end
 
+# :nodoc:
 def setup(options = "", *long_options)
   opt_hash = {}
   argv = []

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

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