Methods
Attributes
| [R] | next_ring |
Class Public methods
new(n = nil)
Link
Source: show
# File benchmark/gc/ring.rb, line 7 def initialize n = nil @next_ring = n end
Instance Public methods