るりまサーチ

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

別のキーワード

  1. file chmod
  2. pathname chmod
  3. _builtin chmod
  4. fileutils chmod
  5. fileutils chmod_r

ライブラリ

モジュール

検索結果

FileUtils.commands -> Array (18114.0)

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

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

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