Object
# File lib/concurrent/edge/lock_free_stack.rb, line 10 def initialize(value, next_node) @value = value @next_node = next_node end