# File lib/protocols/smtpclient.rb, line 261 261: def invoke_data 262: send_data "DATA\r\n" 263: @responder = :receive_data_response 264: end