# File lib/protocols/smtpclient.rb, line 232 232: def invoke_data 233: send_data "DATA\r\n" 234: @responder = :receive_data_response 235: end