method
update_gems
v2_6_3 -
Show latest stable
- Class:
Gem::Commands::UpdateCommand
update_gems(gems_to_update)public
No documentation available.
# File lib/rubygems/commands/update_command.rb, line 228
def update_gems(gems_to_update)
gems_to_update.uniq.sort.each do |(name, version)|
update_gem name, version
end
@updated
end