singleton method FileUtils.commands
commands -> Array-
何らかのオプションを持つメソッド名の配列を返します。
FileUtils.commands # => ["chmod", "cp", "cp_r", "install", ...]
module FileUtils
commands -> Array何らかのオプションを持つメソッド名の配列を返します。
FileUtils.commands # => ["chmod", "cp", "cp_r", "install", ...]