class Concurrent::LockFreeStack

def peek

Returns:
  • (Node) -
def peek
  head
end