module Airbrake::HashKeyable

def hash

Returns:
  • (Integer) -
def hash
  to_h.hash
end