method

update_mirror

ruby latest stable - Class: Bundler::Settings::MirrorConfig

Method not available on this version

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

update_mirror(mirror)
public

No documentation available.

# File lib/bundler/mirror.rb, line 138
      def update_mirror(mirror)
        if @fallback
          mirror.fallback_timeout = @value
        else
          mirror.uri = Settings.normalize_uri(@value)
        end
      end