From caf0d2058aa223515897401ff94e11e1c0671ce0 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 11 Oct 2024 00:04:01 +0900 Subject: [PATCH] [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://github.com/ruby/time/commit/f26f7ab689 --- lib/time.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/time.rb b/lib/time.rb index aa1d6f6e4c..7cb3a09482 100644 --- a/lib/time.rb +++ b/lib/time.rb @@ -26,7 +26,7 @@ require 'date' class Time - VERSION = "0.4.0" + VERSION = "0.4.0" # :nodoc: class << Time