るりまサーチ

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

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. ipaddr to_i
  5. matrix i

検索結果

FileUtils.commands -> Array (24208.0)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@param dirs 探索するディレクトリを文字列の...

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

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

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

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

絞り込み条件を変える

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

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

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

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