1件ヒット
[1-1件を表示]
(0.052秒)
別のキーワード
ライブラリ
- fileutils (1)
検索結果
-
FileUtils
. options -> Array (61.0) -
オプション名の配列を返します。
...オプション名の配列を返します。
//emlist[][ruby]{
require 'fileutils'
FileUtils.options
# => ["noop", "verbose", "force", "mode", "parents", "owner", "group", "preserve", "dereference_root", "remove_destination", "secure", "mtime", "nocreate"]
//}...