SILENT KILLERPanel

Current Path: > > opt > > alt > ruby32 > share > ruby > drb


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/ruby32/share/ruby/drb

NameTypeSizeLast ModifiedActions
acl.rb File 4721 bytes April 24 2025 07:53:46.
drb.rb File 58995 bytes April 24 2025 07:53:46.
eq.rb File 275 bytes April 24 2025 07:53:46.
extserv.rb File 840 bytes April 24 2025 07:53:46.
extservm.rb File 1847 bytes April 24 2025 07:53:46.
gw.rb File 3077 bytes April 24 2025 07:53:46.
invokemethod.rb File 777 bytes April 24 2025 07:53:46.
observer.rb File 671 bytes April 24 2025 07:53:46.
ssl.rb File 11794 bytes April 24 2025 07:53:46.
timeridconv.rb File 2213 bytes April 24 2025 07:53:46.
unix.rb File 2843 bytes April 24 2025 07:53:46.
version.rb File 35 bytes April 24 2025 07:53:46.
weakidconv.rb File 1149 bytes April 24 2025 07:53:46.

Reading File: //opt//alt/ruby32/share/ruby/drb/invokemethod.rb

# frozen_string_literal: false
# for ruby-1.8.0

module DRb # :nodoc: all
  class DRbServer
    module InvokeMethod18Mixin
      def block_yield(x)
        if x.size == 1 && x[0].class == Array
          x[0] = DRbArray.new(x[0])
        end
        @block.call(*x)
      end

      def perform_with_block
        @obj.__send__(@msg_id, *@argv) do |*x|
          jump_error = nil
          begin
            block_value = block_yield(x)
          rescue LocalJumpError
            jump_error = $!
          end
          if jump_error
            case jump_error.reason
            when :break
              break(jump_error.exit_value)
            else
              raise jump_error
            end
          end
          block_value
        end
      end
    end
  end
end

SILENT KILLER Tool