$86 GRAYBYTE WORDPRESS FILE MANAGER $51

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 172.67.217.254 | ADMIN IP 216.73.216.36
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/alt/ruby27/share/gems/gems/bundler-2.2.24/lib/bundler/

HOME
Current File : /opt/alt/ruby27/share/gems/gems/bundler-2.2.24/lib/bundler//current_ruby.rb
# frozen_string_literal: true

module Bundler
  # Returns current version of Ruby
  #
  # @return [CurrentRuby] Current version of Ruby
  def self.current_ruby
    @current_ruby ||= CurrentRuby.new
  end

  class CurrentRuby
    KNOWN_MINOR_VERSIONS = %w[
      1.8
      1.9
      2.0
      2.1
      2.2
      2.3
      2.4
      2.5
      2.6
      2.7
      3.0
    ].freeze

    KNOWN_MAJOR_VERSIONS = KNOWN_MINOR_VERSIONS.map {|v| v.split(".", 2).first }.uniq.freeze

    KNOWN_PLATFORMS = %w[
      jruby
      maglev
      mingw
      mri
      mswin
      mswin64
      rbx
      ruby
      truffleruby
      x64_mingw
    ].freeze

    def ruby?
      return true if Bundler::GemHelpers.generic_local_platform == Gem::Platform::RUBY

      !mswin? && (RUBY_ENGINE == "ruby" || RUBY_ENGINE == "rbx" || RUBY_ENGINE == "maglev" || RUBY_ENGINE == "truffleruby")
    end

    def mri?
      !mswin? && RUBY_ENGINE == "ruby"
    end

    def rbx?
      ruby? && RUBY_ENGINE == "rbx"
    end

    def jruby?
      RUBY_ENGINE == "jruby"
    end

    def maglev?
      RUBY_ENGINE == "maglev"
    end

    def truffleruby?
      RUBY_ENGINE == "truffleruby"
    end

    def mswin?
      Gem.win_platform?
    end

    def mswin64?
      Gem.win_platform? && Bundler.local_platform != Gem::Platform::RUBY && Bundler.local_platform.os == "mswin64" && Bundler.local_platform.cpu == "x64"
    end

    def mingw?
      Gem.win_platform? && Bundler.local_platform != Gem::Platform::RUBY && Bundler.local_platform.os == "mingw32" && Bundler.local_platform.cpu != "x64"
    end

    def x64_mingw?
      Gem.win_platform? && Bundler.local_platform != Gem::Platform::RUBY && Bundler.local_platform.os == "mingw32" && Bundler.local_platform.cpu == "x64"
    end

    (KNOWN_MINOR_VERSIONS + KNOWN_MAJOR_VERSIONS).each do |version|
      trimmed_version = version.tr(".", "")
      define_method(:"on_#{trimmed_version}?") do
        RUBY_VERSION.start_with?("#{version}.")
      end

      KNOWN_PLATFORMS.each do |platform|
        define_method(:"#{platform}_#{trimmed_version}?") do
          send(:"#{platform}?") && send(:"on_#{trimmed_version}?")
        end
      end
    end
  end
end


Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
1 Jan 1970 12.00 AM
root / root
0
cli
--
3 Mar 2024 10.47 PM
root / linksafe
0755
compact_index_client
--
3 Mar 2024 10.47 PM
root / linksafe
0755
fetcher
--
3 Mar 2024 10.47 PM
root / linksafe
0755
installer
--
3 Mar 2024 10.47 PM
root / linksafe
0755
man
--
3 Mar 2024 10.47 PM
root / linksafe
0755
plugin
--
3 Mar 2024 10.47 PM
root / linksafe
0755
resolver
--
3 Mar 2024 10.47 PM
root / linksafe
0755
settings
--
3 Mar 2024 10.47 PM
root / linksafe
0755
source
--
3 Mar 2024 10.47 PM
root / linksafe
0755
templates
--
3 Mar 2024 10.47 PM
root / linksafe
0755
ui
--
3 Mar 2024 10.47 PM
root / linksafe
0755
vendor
--
3 Mar 2024 10.47 PM
root / linksafe
0755
build_metadata.rb
1.219 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
capistrano.rb
0.862 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
cli.rb
38.111 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
compact_index_client.rb
3.587 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
constants.rb
0.207 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
current_ruby.rb
2.136 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
definition.rb
32.336 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
dep_proxy.rb
0.938 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
dependency.rb
4.786 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
deployment.rb
3.192 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
deprecate.rb
0.855 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
dsl.rb
19.872 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
endpoint_specification.rb
3.91 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
env.rb
5.011 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
environment_preserver.rb
1.904 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
errors.rb
4.669 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
feature_flag.rb
1.943 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
fetcher.rb
11.22 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
friendly_errors.rb
4.336 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
gem_helper.rb
7.385 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
gem_helpers.rb
3.847 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
gem_tasks.rb
0.135 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
gem_version_promoter.rb
6.542 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
gemdeps.rb
0.413 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
graph.rb
4.994 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
index.rb
5.208 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
injector.rb
9.457 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
inline.rb
2.788 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
installer.rb
11.366 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
lazy_specification.rb
4.128 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
lockfile_generator.rb
2.181 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
lockfile_parser.rb
7.213 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
match_platform.rb
0.645 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
mirror.rb
5.82 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
plugin.rb
10.622 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
process_lock.rb
0.686 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
psyched_yaml.rb
0.568 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
remote_specification.rb
3.644 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
resolver.rb
15.146 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
retry.rb
1.614 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
ruby_dsl.rb
0.743 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
ruby_version.rb
4.449 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
rubygems_ext.rb
6.393 KB
6 Jun 2023 2.51 PM
root / linksafe
0644
rubygems_gem_installer.rb
4.379 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
rubygems_integration.rb
17.278 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
runtime.rb
10.299 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
settings.rb
12.92 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
setup.rb
0.783 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
shared_helpers.rb
11.272 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
similarity_detector.rb
1.84 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
source.rb
3.082 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
source_list.rb
6.682 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
source_map.rb
1.783 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
spec_set.rb
5.494 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
stub_specification.rb
2.87 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
ui.rb
0.249 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
uri_credentials_filter.rb
1.277 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
vendored_fileutils.rb
0.099 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
vendored_molinillo.rb
0.099 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
vendored_persistent.rb
1.439 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
vendored_thor.rb
0.176 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
vendored_tmpdir.rb
0.093 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
vendored_uri.rb
0.087 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
version.rb
0.176 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
version_ranges.rb
3.797 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
vlad.rb
0.457 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
worker.rb
2.591 KB
15 Jul 2021 1.30 PM
root / linksafe
0644
yaml_serializer.rb
2.357 KB
15 Jul 2021 1.30 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF