Module: TestProxyConnection::Server
- Defined in:
- lib/ext/eventmachine-0.12.10/tests/test_proxy_connection.rb
Instance Method Summary collapse
Instance Method Details
#receive_data(data) ⇒ Object
52 53 54 55 |
# File 'lib/ext/eventmachine-0.12.10/tests/test_proxy_connection.rb', line 52 def receive_data(data) send_data "I know!" if data == "EventMachine rocks!" close_connection_after_writing end |