Method: ActiveAsync::QueueAdapters.lookup
- Defined in:
- lib/active_async/queue_adapters.rb
.lookup(name) ⇒ Object
8 9 10 |
# File 'lib/active_async/queue_adapters.rb', line 8 def lookup(name) const_get(name.to_s.camelize << 'Adapter') end |