$62 GRAYBYTE WORDPRESS FILE MANAGER $75

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.23
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/alt/ruby32/share/gems/gems/bundler-2.4.19/lib/bundler/

HOME
Current File : /opt/alt/ruby32/share/gems/gems/bundler-2.4.19/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
      3.1
      3.2
      3.3
    ].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
      windows
      x64_mingw
    ].freeze

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

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

    def mri?
      !windows? && 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 windows?
      Gem.win_platform?
    end

    def mswin?
      # For backwards compatibility
      windows?

      # TODO: This should correctly be:
      # windows? && Bundler.local_platform != Gem::Platform::RUBY && Bundler.local_platform.os == "mswin32" && Bundler.local_platform.cpu == "x86"
    end

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

    def mingw?
      windows? && 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.start_with?("mingw") && 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
--
31 Mar 2026 8.33 AM
root / linksafe
0755
compact_index_client
--
31 Mar 2026 8.33 AM
root / linksafe
0755
fetcher
--
31 Mar 2026 8.33 AM
root / linksafe
0755
installer
--
31 Mar 2026 8.33 AM
root / linksafe
0755
man
--
31 Mar 2026 8.33 AM
root / linksafe
0755
plugin
--
31 Mar 2026 8.33 AM
root / linksafe
0755
resolver
--
31 Mar 2026 8.33 AM
root / linksafe
0755
settings
--
31 Mar 2026 8.33 AM
root / linksafe
0755
source
--
31 Mar 2026 8.33 AM
root / linksafe
0755
templates
--
31 Mar 2026 8.33 AM
root / linksafe
0755
ui
--
31 Mar 2026 8.33 AM
root / linksafe
0755
vendor
--
13 Mar 2026 3.20 PM
root / linksafe
0755
build_metadata.rb
1.201 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
capistrano.rb
0.862 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
cli.rb
41.002 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
compact_index_client.rb
3.36 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
constants.rb
0.219 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
current_ruby.rb
2.432 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
definition.rb
32.325 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
dependency.rb
3.11 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
deployment.rb
3.192 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
deprecate.rb
0.855 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
digest.rb
2.155 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
dsl.rb
19.968 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
endpoint_specification.rb
3.65 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
env.rb
5.01 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
environment_preserver.rb
1.942 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
errors.rb
5.165 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
feature_flag.rb
1.792 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
fetcher.rb
11.187 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
force_platform.rb
0.544 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
friendly_errors.rb
3.752 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
gem_helper.rb
6.886 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
gem_helpers.rb
4.084 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
gem_tasks.rb
0.135 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
gem_version_promoter.rb
4.76 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
graph.rb
4.985 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
index.rb
4.138 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
injector.rb
10.083 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
inline.rb
2.474 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
installer.rb
10.246 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
lazy_specification.rb
5.348 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
lockfile_generator.rb
2.183 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
lockfile_parser.rb
7.01 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
match_metadata.rb
0.283 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
match_platform.rb
0.569 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
match_remote_metadata.rb
0.843 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
mirror.rb
5.781 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
plugin.rb
11.246 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
process_lock.rb
0.67 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
remote_specification.rb
3.709 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
resolver.rb
14.616 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
retry.rb
1.614 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
ruby_dsl.rb
0.938 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
ruby_version.rb
4.173 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
rubygems_ext.rb
10.876 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
rubygems_gem_installer.rb
5.242 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
rubygems_integration.rb
15.821 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
runtime.rb
10.149 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
safe_marshal.rb
0.583 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
self_manager.rb
4.757 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
settings.rb
13.192 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
setup.rb
0.94 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
shared_helpers.rb
10.76 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
similarity_detector.rb
1.84 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
source.rb
2.982 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
source_list.rb
6.181 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
source_map.rb
2.168 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
spec_set.rb
5.078 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
stub_specification.rb
2.789 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
ui.rb
0.249 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
uri_credentials_filter.rb
1.277 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
uri_normalizer.rb
0.698 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
vendored_fileutils.rb
0.099 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
vendored_persistent.rb
0.264 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
vendored_pub_grub.rb
0.097 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
vendored_thor.rb
0.176 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
vendored_tsort.rb
0.091 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
vendored_uri.rb
0.087 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
version.rb
0.254 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
vlad.rb
0.457 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
worker.rb
2.852 KB
13 Mar 2026 3.20 PM
root / linksafe
0644
yaml_serializer.rb
2.357 KB
13 Mar 2026 3.20 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF