Method: DTAS::UNIXAccepted#initialize
- Defined in:
- lib/dtas/unix_accepted.rb
#initialize(sock) ⇒ UNIXAccepted
Returns a new instance of UNIXAccepted.
11 12 13 14 |
# File 'lib/dtas/unix_accepted.rb', line 11 def initialize(sock) @to_io = sock @send_buf = [] end |