nicojensen.de/vendor/bundle/gems/concurrent-ruby-1.1.4/lib/concurrent/constants.rb
Nico Jensen b59a203dbb Init
Init commit
2019-03-12 13:49:49 +01:00

8 lines
206 B
Ruby

module Concurrent
# Various classes within allows for +nil+ values to be stored,
# so a special +NULL+ token is required to indicate the "nil-ness".
# @!visibility private
NULL = ::Object.new
end