るりまサーチ (Ruby 2.7.0)

最速Rubyリファレンスマニュアル検索!
6件ヒット [1-6件を表示] (0.028秒)
トップページ > バージョン:2.7.0[x] > クエリ:Array[x] > クエリ:commands[x]

別のキーワード

  1. array fill
  2. array sample
  3. array []
  4. array count
  5. array rindex

検索結果

FileUtils.commands -> Array (54625.0)

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

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

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

Gem::Commands::BuildCommand#load_gemspecs(filename) -> Array (9304.0)

gemspec ファイルをロードします。

gemspec ファイルをロードします。

@param filename ファイル名を指定します。

Gem::Commands::DependencyCommand#find_reverse_dependencies(spec) -> Array (9304.0)

与えられた Gem スペックに依存する Gem のリストを返します。

与えられた Gem スペックに依存する Gem のリストを返します。

@param spec Gem::Specification のインスタンスを指定します。

Gem::Commands::UpdateCommand#which_to_update(highest_installed_gems, gem_names) -> Array (9304.0)

更新が必要な Gem のリストを返します。

更新が必要な Gem のリストを返します。

Gem::Commands::WhichCommand#find_paths(package_name, dirs) -> Array (9304.0)

dirs から package_name という名前を持つファイルを探索します。

dirs から package_name という名前を持つファイルを探索します。

以下の拡張子を持つファイルが対象です。

%w[.rb .rbw .so .dll .bundle]

@param package_name ファイルの名前を指定します。

@param dirs 探索するディレクトリを文字列の配列で指定します。

絞り込み条件を変える

Gem::Commands::WhichCommand#gem_paths(spec) -> Array (9304.0)

与えられた Gem::Specification のインスタンスからその Gem が require するファイルのあるディレクトリをまとめて返します。

与えられた Gem::Specification のインスタンスからその Gem が
require するファイルのあるディレクトリをまとめて返します。

@param spec Gem::Specification のインスタンスを指定します。