method

os_match

ruby latest stable - Class: Bundler::GemHelpers::PlatformMatch

Method not available on this version

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

os_match(spec_platform, user_platform)
public

No documentation available.

# File lib/bundler/gem_helpers.rb, line 70
      def self.os_match(spec_platform, user_platform)
        if spec_platform.os == user_platform.os
          0
        else
          1
        end
      end