summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2021-01-15 12:37:11 +0900
committerNobuyoshi Nakada <[email protected]>2021-01-15 12:43:28 +0900
commit1cb0c5ac49e180cca060e3a17eba6c561f5330c2 ()
treef969227d816439cc16ce25958b10796e25bc4c3f
parent69ea2701aec5ebf76637cc36e30bbe7b94518824 (diff)
[ruby/time] No document for private methods
https://.com/ruby/time/commit/44a55daa70
-rw-r--r--lib/time.rb2
1 files changed, 2 insertions, 0 deletions
@@ -92,6 +92,7 @@ class Time
off
end
def zone_utc?(zone)
# * +0000
# In RFC 2822, +0000 indicate a time zone at Universal Time.
@@ -267,6 +268,7 @@ class Time
end
end
private :make_time
#
# Takes a string representation of a Time and attempts to parse it