method

regenerate_binstubs

regenerate_binstubs()
public

No documentation available.

# File lib/rubygems/commands/setup_command.rb, line 582
  def regenerate_binstubs
    require "rubygems/commands/pristine_command"
    say "Regenerating binstubs"
    command = Gem::Commands::PristineCommand.new
    command.invoke(*]--all --only-executables --silent])
  end