るりまサーチ

最速Rubyリファレンスマニュアル検索!
648件ヒット [101-200件を表示] (0.046秒)

別のキーワード

  1. shell/builtin-command new
  2. rubygems/command command
  3. irb/extend-command def_extend_command
  4. irb/extend-command install_extend_commands
  5. shell/builtin-command each

検索結果

<< < 1 2 3 4 ... > >>

Gem::Commands::UpdateCommand#do_rubygems_update(version) (21101.0)

RubyGems 自体を更新します。

...RubyGems 自体を更新します。...

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

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

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

Gem::Command#get_all_gem_names -> Array (15130.0)

コマンドラインで与えられた Gem の名前を全て取得して返します。

...コマンドラインで与えられた Gem の名前を全て取得して返します。

@raise Gem::CommandLineError コマンドライン引数から Gem の名前を取得できない場合に発生します。...

Gem::Command#get_one_gem_name -> String (15130.0)

コマンドラインで与えられた Gem の名前を一つ取得して返します。

...コマンドラインで与えられた Gem の名前を一つ取得して返します。

@raise Gem::CommandLineError コマンドライン引数から Gem の名前を一つだけ取得できない場合に発生します。...

Gem::Commands::LockCommand#spec_path(gem_full_name) -> String (15130.0)

指定された Gem パッケージの gemspec ファイルのフルパスを返します。

...指定された Gem パッケージの gemspec ファイルのフルパスを返します。

@param gem_full_name Gem パッケージの名前を指定します。...

絞り込み条件を変える

Gem::Commands::UnpackCommand#get_path(gemname, version_req) -> String | nil (15123.0)

引数で指定された条件にマッチする Gem パッケージを保存しているパスを返します。

...引数で指定された条件にマッチする Gem パッケージを保存しているパスを返します。

@param gemname Gem パッケージの名前を指定します。

@param version_req バージョンの満たすべき条件を文字列で指定します。...

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

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

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

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

Gem::Commands::DependencyCommand#print_dependencies(spec, level = 0) -> String (15007.0)

依存関係を表す文字列を返します。

...依存関係を表す文字列を返します。

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

@param level 依存関係の深さを指定します。...

Gem::Commands::LockCommand#complain(message) -> () (15007.0)

指定されたメッセージを表示します。--strict が有効な場合は例外が発生します。

...指定されたメッセージを表示します。--strict が有効な場合は例外が発生します。

@param message 表示するメッセージを指定します。

@raise Gem::Exception コマンドラインオプションに --strict が指定されている場合に発生します。...
<< < 1 2 3 4 ... > >>