Methods
- L
- N
- P
Class Public methods
Instance Public methods
list(idx = -1)
Link
Source: show
# File sample/drb/ring_inspect.rb, line 16 def list(idx = -1) if idx < 0 ts = primary else ts = list_place[idx] raise "RingNotFound" unless ts end ts.read_all([:name, nil, nil, nil]) end