%PDF- %PDF-
| Direktori : /opt/plesk/ruby/2.3.8/lib64/ruby/gems/2.3.0/gems/bundler-1.13.5/lib/bundler/ |
| Current File : //opt/plesk/ruby/2.3.8/lib64/ruby/gems/2.3.0/gems/bundler-1.13.5/lib/bundler/match_platform.rb |
# frozen_string_literal: true
require "bundler/gem_helpers"
module Bundler
module MatchPlatform
include GemHelpers
def match_platform(p)
Gem::Platform::RUBY == platform ||
platform.nil? || p == platform ||
generic(Gem::Platform.new(platform)) === p
end
end
end