Method: DiscreteEvent::Events#after
- Defined in:
- lib/discrete_event/events.rb
#after(delay) { ... } ⇒ nil
32 33 34 |
# File 'lib/discrete_event/events.rb', line 32 def after delay, &action event_queue.after(delay, &action) end |
32 33 34 |
# File 'lib/discrete_event/events.rb', line 32 def after delay, &action event_queue.after(delay, &action) end |