summaryrefslogtreecommitdiff
path: root/lib/net/ftp.rb
diff options
context:
space:
mode:
authorzverok <zverok.offline@gmail.com>2019-10-26 11:15:18 +0300
committerTakashi Kokubun <takashikkbn@gmail.com>2019-10-26 10:24:20 -0700
commitde147bb721ec10675556ef4e93c4480856089ba5 (patch)
treeeb9f1da4e647f2f85ed2d05beebbb244daf8d59d /lib/net/ftp.rb
parent4fe06f46675801c5be392551813baabadf43c87c (diff)
Net::FTP: fix formatting problems for #status method
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2615
Diffstat (limited to 'lib/net/ftp.rb')
-rw-r--r--lib/net/ftp.rb3
1 files changed, 2 insertions, 1 deletions
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)