Net::FTP: fix formatting problems for #status method

This commit is contained in:
zverok 2019-10-26 11:15:18 +03:00 committed by Takashi Kokubun
parent 4fe06f4667
commit de147bb721
Notes: git 2019-10-27 02:25:04 +09:00

View File

@ -1236,7 +1236,8 @@ module Net
#
# Returns the status (STAT command).
# pathname - when stat is invoked with pathname as a parameter it acts like
#
# pathname:: when stat is invoked with pathname as a parameter it acts like
# list but alot faster and over the same tcp session.
#
def status(pathname = nil)