Method: Hutch.disconnect

Defined in:
lib/hutch.rb

.disconnectObject



45
46
47
# File 'lib/hutch.rb', line 45

def self.disconnect
  @broker.disconnect if @broker
end