Class: Proxy

Inherits:
Object
  • Object
show all
Defined in:
lib/galerab/proxy.rb

Class Method Summary collapse

Class Method Details

.stopObject



2
3
4
5
# File 'lib/galerab/proxy.rb', line 2

def self.stop
  puts "Terminating ProxyServer"
  EventMachine.stop
end