method

mswin64?

ruby latest stable - Class: Bundler::CurrentRuby

Method not available on this version

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

mswin64?()
public

No documentation available.

# File lib/bundler/current_ruby.rb, line 68
    def mswin64?
      Bundler::WINDOWS && Bundler.local_platform != Gem::Platform::RUBY && Bundler.local_platform.os == "mswin64" && Bundler.local_platform.cpu == "x64"
    end