Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../opt/alt/ruby27/share/ruby/drb
File: eq.rb
# frozen_string_literal: false
[0] Fix | Delete
module DRb
[1] Fix | Delete
class DRbObject # :nodoc:
[2] Fix | Delete
def ==(other)
[3] Fix | Delete
return false unless DRbObject === other
[4] Fix | Delete
(@ref == other.__drbref) && (@uri == other.__drburi)
[5] Fix | Delete
end
[6] Fix | Delete
[7] Fix | Delete
def hash
[8] Fix | Delete
[@uri, @ref].hash
[9] Fix | Delete
end
[10] Fix | Delete
[11] Fix | Delete
alias eql? ==
[12] Fix | Delete
end
[13] Fix | Delete
end
[14] Fix | Delete
[15] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function