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

ruby-changes:29902

From: nagachika <ko1@a...>
Date: Sun, 14 Jul 2013 00:16:20 +0900 (JST)
Subject: [ruby-changes:29902] nagachika:r41954 (ruby_2_0_0): merge revision(s) 41902:

nagachika	2013-07-14 00:16:09 +0900 (Sun, 14 Jul 2013)

  New Revision: 41954

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

  Log:
    merge revision(s) 41902:
    
    * lib/logger.rb: Use :call-seq: for method signature rdoc

  Modified directories:
    branches/ruby_2_0_0/
  Modified files:
    branches/ruby_2_0_0/ChangeLog
    branches/ruby_2_0_0/lib/logger.rb
    branches/ruby_2_0_0/version.h

Index: ruby_2_0_0/ChangeLog
===================================================================
--- ruby_2_0_0/ChangeLog	(revision 41953)
+++ ruby_2_0_0/ChangeLog	(revision 41954)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/ChangeLog#L1
+Sun Jul 14 00:15:26 2013  Zachary Scott  <zachary@z...>
+
+	* lib/logger.rb: Use :call-seq: for method signature rdoc
+
 Sun Jul 14 00:13:01 2013  NAKAMURA Usaku  <usa@r...>
 
 	* test/net/http/test_http.rb (TestNetHTTP_v1_2#test_get,
Index: ruby_2_0_0/lib/logger.rb
===================================================================
--- ruby_2_0_0/lib/logger.rb	(revision 41953)
+++ ruby_2_0_0/lib/logger.rb	(revision 41954)
@@ -289,8 +289,7 @@ class Logger https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/lib/logger.rb#L289
   def fatal?; @level <= FATAL; end
 
   #
-  # === Synopsis
-  #
+  # :call-seq:
   #   Logger.new(name, shift_age = 7, shift_size = 1048576)
   #   Logger.new(name, shift_age = 'weekly')
   #
@@ -322,8 +321,7 @@ class Logger https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/lib/logger.rb#L321
   end
 
   #
-  # === Synopsis
-  #
+  # :call-seq:
   #   Logger#add(severity, message = nil, progname = nil) { ... }
   #
   # === Args
@@ -715,8 +713,7 @@ private https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/lib/logger.rb#L713
     attr_reader :appname
 
     #
-    # == Synopsis
-    #
+    # :call-seq:
     #   Application.new(appname = '')
     #
     # == Args
Index: ruby_2_0_0/version.h
===================================================================
--- ruby_2_0_0/version.h	(revision 41953)
+++ ruby_2_0_0/version.h	(revision 41954)
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/version.h#L1
 #define RUBY_VERSION "2.0.0"
 #define RUBY_RELEASE_DATE "2013-07-14"
-#define RUBY_PATCHLEVEL 267
+#define RUBY_PATCHLEVEL 268
 
 #define RUBY_RELEASE_YEAR 2013
 #define RUBY_RELEASE_MONTH 7

Property changes on: ruby_2_0_0
___________________________________________________________________
Modified: svn:mergeinfo
   Merged /trunk:r41902


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

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