diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-11-29 09:44:42 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-11-29 01:39:01 +0000 |
commit | ad773b5e9955375b81ad14f9bb9dd4dc069e4a5e () | |
tree | 7e3d6694d075e89de1b4b2d0146175949c5e5402 /lib/time.rb | |
parent | 84b14c03851d919a99766386c619fe703134c36c (diff) |
[ruby/time] [DOC] Make RDoc coverage 100%
https://.com/ruby/time/commit/c668704413
-rw-r--r-- | lib/time.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ require 'date' # :startdoc: class Time VERSION = "0.4.1" # :nodoc: |