method

activate_platform!

ruby latest stable - Class: Bundler::Resolver::SpecGroup

Method not available on this version

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

activate_platform!(platform)
public

No documentation available.

# File lib/bundler/resolver/spec_group.rb, line 34
      def activate_platform!(platform)
        return unless for?(platform)
        return if @activated_platforms.include?(platform)
        @activated_platforms << platform
      end