Method: Dynflow::RoundRobin#delete

Defined in:
lib/dynflow/round_robin.rb

#delete(item) ⇒ Object



17
18
19
20
# File 'lib/dynflow/round_robin.rb', line 17

def delete(item)
  @data.delete item
  self
end