Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > 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(version)

RubyGems 自体を更新します。

which_to_update(highest_installed_gems, gem_names) -> Array

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

class Gem::Commands::UpdateCommand