35 36 37 38
# File 'lib/bull/server.rb', line 35 def warn msg #puts 'warn:', msg EventMachine.defer(proc {super msg}) end