class Concurrent::AtomicReference
def to_s
-
(String)
- Short string representation.
def to_s format '%s value:%s>', super[0..-2], get end
(String)
- Short string representation.
def to_s format '%s value:%s>', super[0..-2], get end