diff --git a/lib/net/ftp.rb b/lib/net/ftp.rb index 88e8655..c85585a 100644 --- a/lib/net/ftp.rb +++ b/lib/net/ftp.rb @@ -1356,7 +1356,7 @@ def close end # - # Returns +true+ iff the connection is closed. + # Returns +true+ if and only if the connection is closed. # def closed? @sock == nil or @sock.closed?