From de147bb721ec10675556ef4e93c4480856089ba5 Mon Sep 17 00:00:00 2001 From: zverok Date: Sat, 26 Oct 2019 11:15:18 +0300 Subject: [PATCH] Net::FTP: fix formatting problems for #status method --- lib/net/ftp.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/net/ftp.rb b/lib/net/ftp.rb index d125c2c0f7..fbee888685 100644 --- a/lib/net/ftp.rb +++ b/lib/net/ftp.rb @@ -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)