class Concurrent::LockFreeStack

def to_s

Returns:
  • (String) - Short string representation.
def to_s
  format '%s %s>', super[0..-2], to_a.to_s
end