SILENT KILLERPanel

Current Path: > > opt > alt > > > ruby27 > share > ruby


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/alt///ruby27/share/ruby

NameTypeSizeLast ModifiedActions
benchmark Directory - -
bigdecimal Directory - -
cgi Directory - -
csv Directory - -
delegate Directory - -
did_you_mean Directory - -
digest Directory - -
drb Directory - -
fiddle Directory - -
forwardable Directory - -
getoptlong Directory - -
io Directory - -
irb Directory - -
json Directory - -
logger Directory - -
matrix Directory - -
net Directory - -
observer Directory - -
open3 Directory - -
openssl Directory - -
optparse Directory - -
ostruct Directory - -
pstore Directory - -
psych Directory - -
racc Directory - -
reline Directory - -
rexml Directory - -
rinda Directory - -
ripper Directory - -
rss Directory - -
singleton Directory - -
syslog Directory - -
timeout Directory - -
tracer Directory - -
unicode_normalize Directory - -
uri Directory - -
vendor_ruby Directory - -
webrick Directory - -
yaml Directory - -
English.rb File 6258 bytes March 30 2023 12:34:08.
abbrev.rb File 3529 bytes March 30 2023 12:34:08.
base64.rb File 3379 bytes March 30 2023 12:34:08.
benchmark.rb File 18453 bytes March 30 2023 12:34:08.
bigdecimal.rb File 24 bytes June 06 2023 14:54:35.
cgi.rb File 10037 bytes March 30 2023 12:34:08.
coverage.rb File 368 bytes June 06 2023 14:54:35.
csv.rb File 55643 bytes March 30 2023 12:34:08.
date.rb File 1066 bytes June 06 2023 14:54:34.
debug.rb File 30624 bytes March 30 2023 12:34:08.
delegate.rb File 11343 bytes March 30 2023 12:34:08.
did_you_mean.rb File 3806 bytes March 30 2023 12:34:08.
digest.rb File 2894 bytes June 06 2023 14:54:35.
drb.rb File 50 bytes March 30 2023 12:34:08.
erb.rb File 29504 bytes March 30 2023 12:34:08.
expect.rb File 2217 bytes June 06 2023 14:54:35.
fiddle.rb File 1722 bytes June 06 2023 14:54:35.
fileutils.rb File 49211 bytes March 30 2023 12:34:08.
find.rb File 2526 bytes March 30 2023 12:34:08.
forwardable.rb File 9130 bytes March 30 2023 12:34:08.
getoptlong.rb File 15787 bytes March 30 2023 12:34:08.
ipaddr.rb File 19989 bytes March 30 2023 12:34:08.
irb.rb File 27603 bytes March 30 2023 12:34:08.
json.rb File 1809 bytes June 06 2023 14:54:34.
kconv.rb File 5861 bytes June 06 2023 14:54:34.
logger.rb File 16792 bytes March 30 2023 12:34:08.
matrix.rb File 61703 bytes March 30 2023 12:34:08.
mkmf.rb File 88539 bytes June 06 2023 14:51:26.
monitor.rb File 6920 bytes June 06 2023 14:54:35.
mutex_m.rb File 2214 bytes March 30 2023 12:34:08.
observer.rb File 5971 bytes March 30 2023 12:34:08.
open-uri.rb File 26088 bytes March 30 2023 12:34:08.
open3.rb File 22336 bytes March 30 2023 12:34:08.
openssl.rb File 469 bytes June 06 2023 14:54:34.
optionparser.rb File 59 bytes March 30 2023 12:34:08.
optparse.rb File 60919 bytes March 30 2023 12:34:08.
ostruct.rb File 10785 bytes March 30 2023 12:34:08.
pathname.rb File 16558 bytes June 06 2023 14:54:34.
pp.rb File 15978 bytes March 30 2023 12:34:08.
prettyprint.rb File 16276 bytes March 30 2023 12:34:08.
prime.rb File 12670 bytes March 30 2023 12:34:08.
pstore.rb File 15063 bytes March 30 2023 12:34:08.
psych.rb File 21718 bytes June 06 2023 14:54:34.
racc.rb File 137 bytes March 30 2023 12:34:08.
readline.rb File 113 bytes March 30 2023 12:34:08.
reline.rb File 13253 bytes March 30 2023 12:34:08.
resolv-replace.rb File 1805 bytes March 30 2023 12:34:08.
resolv.rb File 75326 bytes June 06 2023 14:51:27.
ripper.rb File 2494 bytes June 06 2023 14:54:35.
rss.rb File 2963 bytes March 30 2023 12:34:08.
securerandom.rb File 9528 bytes March 30 2023 12:34:08.
set.rb File 24622 bytes March 30 2023 12:34:08.
shellwords.rb File 6816 bytes March 30 2023 12:34:08.
singleton.rb File 4158 bytes March 30 2023 12:34:08.
socket.rb File 44702 bytes June 06 2023 14:54:34.
tempfile.rb File 11213 bytes March 30 2023 12:34:08.
time.rb File 24590 bytes March 30 2023 12:34:08.
timeout.rb File 4075 bytes March 30 2023 12:34:08.
tmpdir.rb File 4142 bytes March 30 2023 12:34:08.
tracer.rb File 6640 bytes March 30 2023 12:34:08.
tsort.rb File 14642 bytes March 30 2023 12:34:08.
un.rb File 10202 bytes March 30 2023 12:34:08.
uri.rb File 3039 bytes March 30 2023 12:34:08.
weakref.rb File 1473 bytes March 30 2023 12:34:08.
webrick.rb File 6890 bytes March 30 2023 12:34:08.
yaml.rb File 1845 bytes March 30 2023 12:34:08.

Reading File: //opt/alt///ruby27/share/ruby/singleton.rb

# frozen_string_literal: false

# The Singleton module implements the Singleton pattern.
#
# == Usage
#
# To use Singleton, include the module in your class.
#
#    class Klass
#       include Singleton
#       # ...
#    end
#
# This ensures that only one instance of Klass can be created.
#
#      a,b  = Klass.instance, Klass.instance
#
#      a == b
#      # => true
#
#      Klass.new
#      # => NoMethodError - new is private ...
#
# The instance is created at upon the first call of Klass.instance().
#
#      class OtherKlass
#        include Singleton
#        # ...
#      end
#
#      ObjectSpace.each_object(OtherKlass){}
#      # => 0
#
#      OtherKlass.instance
#      ObjectSpace.each_object(OtherKlass){}
#      # => 1
#
#
# This behavior is preserved under inheritance and cloning.
#
# == Implementation
#
# This above is achieved by:
#
# *  Making Klass.new and Klass.allocate private.
#
# *  Overriding Klass.inherited(sub_klass) and Klass.clone() to ensure that the
#    Singleton properties are kept when inherited and cloned.
#
# *  Providing the Klass.instance() method that returns the same object each
#    time it is called.
#
# *  Overriding Klass._load(str) to call Klass.instance().
#
# *  Overriding Klass#clone and Klass#dup to raise TypeErrors to prevent
#    cloning or duping.
#
# == Singleton and Marshal
#
# By default Singleton's #_dump(depth) returns the empty string. Marshalling by
# default will strip state information, e.g. instance variables from the instance.
# Classes using Singleton can provide custom _load(str) and _dump(depth) methods
# to retain some of the previous state of the instance.
#
#    require 'singleton'
#
#    class Example
#      include Singleton
#      attr_accessor :keep, :strip
#      def _dump(depth)
#        # this strips the @strip information from the instance
#        Marshal.dump(@keep, depth)
#      end
#
#      def self._load(str)
#        instance.keep = Marshal.load(str)
#        instance
#      end
#    end
#
#    a = Example.instance
#    a.keep = "keep this"
#    a.strip = "get rid of this"
#
#    stored_state = Marshal.dump(a)
#
#    a.keep = nil
#    a.strip = nil
#    b = Marshal.load(stored_state)
#    p a == b  #  => true
#    p a.keep  #  => "keep this"
#    p a.strip #  => nil
#
module Singleton
  # Raises a TypeError to prevent cloning.
  def clone
    raise TypeError, "can't clone instance of singleton #{self.class}"
  end

  # Raises a TypeError to prevent duping.
  def dup
    raise TypeError, "can't dup instance of singleton #{self.class}"
  end

  # By default, do not retain any state when marshalling.
  def _dump(depth = -1)
    ''
  end

  module SingletonClassMethods # :nodoc:

    def clone # :nodoc:
      Singleton.__init__(super)
    end

    # By default calls instance(). Override to retain singleton state.
    def _load(str)
      instance
    end

    def instance # :nodoc:
      return @singleton__instance__ if @singleton__instance__
      @singleton__mutex__.synchronize {
        return @singleton__instance__ if @singleton__instance__
        @singleton__instance__ = new()
      }
      @singleton__instance__
    end

    private

    def inherited(sub_klass)
      super
      Singleton.__init__(sub_klass)
    end
  end

  class << Singleton # :nodoc:
    def __init__(klass) # :nodoc:
      klass.instance_eval {
        @singleton__instance__ = nil
        @singleton__mutex__ = Thread::Mutex.new
      }
      klass
    end

    private

    # extending an object with Singleton is a bad idea
    undef_method :extend_object

    def append_features(mod)
      #  help out people counting on transitive mixins
      unless mod.instance_of?(Class)
        raise TypeError, "Inclusion of the OO-Singleton module in module #{mod}"
      end
      super
    end

    def included(klass)
      super
      klass.private_class_method :new, :allocate
      klass.extend SingletonClassMethods
      Singleton.__init__(klass)
    end
  end

  ##
  # :singleton-method: _load
  #  By default calls instance(). Override to retain singleton state.

  ##
  # :singleton-method: instance
  #  Returns the singleton instance.
end

SILENT KILLER Tool