Class: CapProxy::TestWrapper::SimpleResponder

Inherits:
EM::Connection
  • Object
show all
Defined in:
lib/cap_proxy/testkit/em_wrapper.rb

Instance Method Summary collapse

Instance Method Details

#receive_data(_) ⇒ Object



9
10
11
12
# File 'lib/cap_proxy/testkit/em_wrapper.rb', line 9

def receive_data(_)
  send_data "TCPServer\n"
  close_connection_after_writing
end