diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-10-11 00:04:01 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-10-10 16:54:15 +0000 |
commit | caf0d2058aa223515897401ff94e11e1c0671ce0 () | |
tree | bb5fa3622b38a213e1136ae6af6662409e4ee121 /lib/time.rb | |
parent | e6b9348eb90a50afe74357d8188adae56c9df542 (diff) |
[ruby/time] [DOC] nodoc VERSION
This file is parsed as a part of Ruby documentation, and this constant appears in the built-in Time class unexpectedly. https://.com/ruby/time/commit/f26f7ab689
-rw-r--r-- | lib/time.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ require 'date' class Time - VERSION = "0.4.0" class << Time |