ruby-changes:58459
From: zverok <ko1@a...>
Date: Sun, 27 Oct 2019 02:41:33 +0900 (JST)
Subject: [ruby-changes:58459] de147bb721 (master): Net::FTP: fix formatting problems for #status method
https://git.ruby-lang.org/ruby.git/commit/?id=de147bb721 From de147bb721ec10675556ef4e93c4480856089ba5 Mon Sep 17 00:00:00 2001 From: zverok <zverok.offline@g...> Date: Sat, 26 Oct 2019 11:15:18 +0300 Subject: Net::FTP: fix formatting problems for #status method diff --git a/lib/net/ftp.rb b/lib/net/ftp.rb index d125c2c..fbee888 100644 --- a/lib/net/ftp.rb +++ b/lib/net/ftp.rb @@ -1236,7 +1236,8 @@ module Net https://github.com/ruby/ruby/blob/trunk/lib/net/ftp.rb#L1236 # # 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) -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/