diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-04-13 18:34:43 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-04-13 18:51:18 +0900 |
commit | f09638fe25d86c4d619a1f45b1595c8a30c54cc4 (patch) | |
tree | 8f09f640efa93ff666a0d4f0ed9cc815d484e0c8 /lib/time.rb | |
parent | cf77f7b5e72ed33516b93b5a20427e7a64475bef (diff) |
[ruby/time] Expose Time::VERSION
https://github.com/ruby/time/commit/32793b56b7
Diffstat (limited to 'lib/time.rb')
-rw-r--r-- | lib/time.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/time.rb b/lib/time.rb index 6a13212a49..c572e76d7d 100644 --- a/lib/time.rb +++ b/lib/time.rb @@ -25,6 +25,9 @@ require 'date' # :startdoc: class Time + + VERSION = "0.2.2" + class << Time # |