# File lib/protocols/smtpclient.rb, line 100 100: def post_init 101: @return_values = {} 102: @return_values[:start_time] = Time.now 103: end