mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 13:34:17 +02:00
Net::FTP: fix formatting problems for #status method
This commit is contained in:
parent
4fe06f4667
commit
de147bb721
Notes:
git
2019-10-27 02:25:04 +09:00
1 changed files with 2 additions and 1 deletions
|
@ -1236,7 +1236,8 @@ module Net
|
||||||
|
|
||||||
#
|
#
|
||||||
# Returns the status (STAT command).
|
# 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.
|
# list but alot faster and over the same tcp session.
|
||||||
#
|
#
|
||||||
def status(pathname = nil)
|
def status(pathname = nil)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue