Module: Spacebunny::Device
- Defined in:
- lib/spacebunny/device/amqp.rb,
lib/spacebunny/device/base.rb,
lib/spacebunny/device/message.rb
Defined Under Namespace
Class Method Summary collapse
-
.new(*args) ⇒ Object
Proxy to Base.new.
Class Method Details
.new(*args) ⇒ Object
Proxy to Base.new
8 9 10 |
# File 'lib/spacebunny/device/base.rb', line 8 def self.new(*args) Amqp.new *args end |