Module: Slnky::Transport
- Defined in:
- lib/slnky/transport.rb
Defined Under Namespace
Classes: MockExchange, Rabbit
Class Method Summary collapse
Class Method Details
.instance ⇒ Object
6 7 8 9 10 |
# File 'lib/slnky/transport.rb', line 6 def instance @instance ||= begin Slnky::Transport::Rabbit.new end end |