るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.085秒)

別のキーワード

  1. _builtin mtime
  2. file mtime
  3. pathname mtime
  4. ftp mtime
  5. zlib mtime

ライブラリ

検索結果

FileUtils.options -> Array (25.0)

オプション名の配列を返します。

...オプション名の配列を返します。

//emlist[][ruby]{
require 'fileutils'
FileUtils
.options
# => ["noop", "verbose", "force", "mode", "parents", "owner", "group", "preserve", "dereference_root", "remove_destination", "secure", "mtime", "nocreate"]
//}...