Class: Daemons::Application

Inherits:
Object
  • Object
show all
Defined in:
lib/corba/svcs/ins/ins.rb

Instance Method Summary collapse

Instance Method Details

#exitObject



168
169
170
171
172
# File 'lib/corba/svcs/ins/ins.rb', line 168

def exit
  # make exit() call a NOOP here
  # Daemons calls this when shutting down and that messes up our clean shutdown
  # STDERR.puts 'exit NOOP'
end