Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
Emphasize on args after the class in start_server
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmay committed May 12, 2012
1 parent a92b667 commit da83d30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/eventmachine.rb
Expand Up @@ -434,7 +434,8 @@ def self.stop_event_loop
# that you must define. When the network server that is started by
# start_server accepts a new connection, it instantiates a new
# object of an anonymous class that is inherited from {EventMachine::Connection},
# *into which your handler module have been included*.
# *into which your handler module have been included*. Arguments passed into start_server
# after the class name are passed into the constructor during the instantiation.
#
# Your handler module may override any of the methods in {EventMachine::Connection},
# such as {EventMachine::Connection#receive_data}, in order to implement the specific behavior
Expand Down

0 comments on commit da83d30

Please sign in to comment.