1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/time] No document for private methods

https://github.com/ruby/time/commit/44a55daa70
This commit is contained in:
Nobuyoshi Nakada 2021-01-15 12:37:11 +09:00
parent 69ea2701ae
commit 1cb0c5ac49
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -92,6 +92,7 @@ class Time
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
end
end
private :make_time
# :startdoc:
#
# Takes a string representation of a Time and attempts to parse it