class EventMachine::Connection

def send_file_data filename

Other tags:
    Author: - Kirk Haines

Other tags:
    See: #send_data -

Parameters:
  • filename (String) -- Local path of the file to send
def send_file_data filename
  EventMachine::send_file_data @signature, filename
end