class Gem::Commands::SymlinkCurrentCommand

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/rubygems/commands/symlink_current_command.rb, line 33
def initialize
  super 'symlink_current', "Create symlinks to all gems' current versions"
end

Public Instance Methods

execute() click to toggle source
# File lib/rubygems/commands/symlink_current_command.rb, line 37
def execute
  CurrentGem.update_all
end