module Airbrake::HashKeyable
def eql?(other)
-
(Boolean)-
Parameters:
-
other(Object) --
def eql?(other) other.is_a?(self.class) && other.hash == hash end
def hash
-
(Integer)-
def hash to_h.hash end
(Boolean)
-
other
(Object)
--
def eql?(other) other.is_a?(self.class) && other.hash == hash end
(Integer)
-
def hash to_h.hash end