るりまサーチ (Ruby 2.2.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.056秒)
トップページ > バージョン:2.2.0[x] > クエリ:File[x] > クエリ:commands[x] > 種類:特異メソッド[x]

別のキーワード

  1. _builtin file?
  2. _builtin file
  3. file chmod
  4. file chown
  5. file open

ライブラリ

モジュール

検索結果

FileUtils.commands -> Array (63325.0)

何らかのオプションを持つメソッド名の配列を返します。

何らかのオプションを持つメソッド名の配列を返します。

//emlist[][ruby]{
require 'fileutils'
FileUtils.commands # => ["chmod", "cp", "cp_r", "install", ...]
//}