Module: Consumer::Start
- Defined in:
- lib/consumer/consumer.rb
Instance Method Summary collapse
Instance Method Details
#start(category, **arguments, &probe) ⇒ Object
203 204 205 206 |
# File 'lib/consumer/consumer.rb', line 203 def start(category, **arguments, &probe) instance = build category, **arguments instance.start(&probe) end |