Method: Ftpd::Protocols#initialize
- Defined in:
- lib/ftpd/protocols.rb
#initialize(socket) ⇒ Protocols
Returns a new instance of Protocols.
21 22 23 |
# File 'lib/ftpd/protocols.rb', line 21 def initialize(socket) @socket = socket end |