summaryrefslogtreecommitdiff
path: root/lib/time.rb
diff options
context:
space:
mode:
authorKir Shatrov <shatrov@me.com>2021-01-22 08:42:30 +0300
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-04-22 11:51:36 +0900
commit53d153e42c90f48ac35316b9fd69b8819aa4e7d3 (patch)
tree893e136a6b79a620b1314a0e0d04600146967e59 /lib/time.rb
parent609de71f043e8ba34f22b9993e444e2e5bb05709 (diff)
[ruby/time] Make Time friendly to Ractor
https://github.com/ruby/time/commit/c784e4f166
Diffstat (limited to 'lib/time.rb')
-rw-r--r--lib/time.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/time.rb b/lib/time.rb
index a40e2febc6..bd20a1a8e9 100644
--- a/lib/time.rb
+++ b/lib/time.rb
@@ -1,4 +1,5 @@
# frozen_string_literal: true
+# shareable_constant_value: literal
require 'date'