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