Flowdock
method

regenerate_binstubs

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: SetupCommand
regenerate_binstubs() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.