class BSON::Binary

def hash

Other tags:
    Since: - 2.3.1

Returns:
  • (Fixnum) -
def hash
  [ data, type ].hash
end