From 0dc46729bc3bf81d6c73c7b310a8fce57cdfcda2 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 15 Jan 2021 12:37:11 +0900 Subject: [PATCH] No document for private methods --- lib/time.rb | 2 ++ 1 file changed, 2 insertions(+) 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 @@ def zone_offset(zone, year=self.now.year) off end + # :stopdoc: def zone_utc?(zone) # * +0000 # In RFC 2822, +0000 indicate a time zone at Universal Time. @@ -267,6 +268,7 @@ def make_time(date, year, yday, mon, day, hour, min, sec, sec_fraction, zone, no end end private :make_time + # :startdoc: # # Takes a string representation of a Time and attempts to parse it