Method: Dynflow::RoundRobin#data=
- Defined in:
- lib/dynflow/round_robin.rb
#data=(value) ⇒ Object (writeonly)
the ‘add` and `delete` methods should be preferred, but sometimes the list of things to iterate though can not be owned by the round robin object itself
36 37 38 |
# File 'lib/dynflow/round_robin.rb', line 36 def data=(value) @data = value end |