method
regenerate_binstubs
v2_5_5 -
Show latest stable
- Class:
Gem::Commands::SetupCommand
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