るりまサーチ (Ruby 2.1.0)

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

別のキーワード

  1. lupdecomposition l
  2. kernel $-l
  3. matrix l
  4. _builtin $-l
  5. $-l _builtin

ライブラリ

モジュール

検索結果

FileUtils.options -> Array (81643.0)

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

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

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