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

ruby-changes:64893

From: Nobuyoshi <ko1@a...>
Date: Fri, 15 Jan 2021 12:46:07 +0900 (JST)
Subject: [ruby-changes:64893] 1cb0c5ac49 (master): [ruby/time] No document for private methods

https://git.ruby-lang.org/ruby.git/commit/?id=1cb0c5ac49

From 1cb0c5ac49e180cca060e3a17eba6c561f5330c2 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Fri, 15 Jan 2021 12:37:11 +0900
Subject: [ruby/time] No document for private methods

https://github.com/ruby/time/commit/44a55daa70

diff --git a/lib/time.rb b/lib/time.rb
index 625c2c8..92d24c8 100644
--- a/lib/time.rb
+++ b/lib/time.rb
@@ -92,6 +92,7 @@ class Time https://github.com/ruby/ruby/blob/trunk/lib/time.rb#L92
       off
     end
 
+    # :stopdoc:
     def zone_utc?(zone)
       # * +0000
       #   In RFC 2822, +0000 indicate a time zone at Universal Time.
@@ -267,6 +268,7 @@ class Time https://github.com/ruby/ruby/blob/trunk/lib/time.rb#L268
       end
     end
     private :make_time
+    # :startdoc:
 
     #
     # Takes a string representation of a Time and attempts to parse it
-- 
cgit v0.10.2


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

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