lib/ftpd/server.rb in ftpd-0.2.1 vs lib/ftpd/server.rb in ftpd-0.2.2
- old
+ new
@@ -19,10 +19,10 @@
def initialize
@interface = 'localhost'
@port = 0
end
- # The port the server is bound to. Must be called until after
+ # The port the server is bound to. Must not be called until after
# #start is called.
def bound_port
@server_socket.addr[1]
end