# File lib/protocols/smtpserver.rb, line 110 110: def post_init 111: #send_data "220 #{get_server_greeting}\r\n" (ORIGINAL) 112: #(EM.spawn {|x| x.send_data "220 #{x.get_server_greeting}\r\n"}).notify(self) 113: (EM.spawn {|x| x.send_server_greeting}).notify(self) 114: end