Class: Daemons::Application

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

Instance Method Summary collapse

Instance Method Details

#exitObject



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

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