method

generate_executable_stubs

ruby latest stable - Class: Bundler::GemInstaller

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

generate_executable_stubs()
private

No documentation available.

# File lib/bundler/installer/gem_installer.rb, line 75
    def generate_executable_stubs
      return if Bundler.feature_flag.forget_cli_options?
      return if Bundler.settings[:inline]
      if Bundler.settings[:bin] && standalone
        installer.generate_standalone_bundler_executable_stubs(spec)
      elsif Bundler.settings[:bin]
        installer.generate_bundler_executable_stubs(spec, :force => true)
      end
    end