Ruby 2.0.0 リファレンスマニュアル > ライブラリ一覧 > rubygems/commands/update_commandライブラリ > Gem::Commands::UpdateCommandクラス

class Gem::Commands::UpdateCommand

クラスの継承リスト: Gem::Commands::UpdateCommand < Gem::InstallUpdateOptions < Gem::LocalRemoteOptions < Gem::VersionOption < Gem::Command < Gem::UserInteraction < Gem::DefaultUserInteraction < Object < Kernel < BasicObject

要約

ローカルリポジトリにインストールされている Gem パッケージを更新するためのクラスです。

目次

インスタンスメソッド
do_rubygems_update which_to_update

インスタンスメソッド

do_rubygems_update(version)[permalink][rdoc]

RubyGems 自体を更新します。

which_to_update(highest_installed_gems, gem_names) -> Array[permalink][rdoc]

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