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:
parent
69ea2701ae
commit
1cb0c5ac49
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue