Method: BSON::ObjectId#hash
- Defined in:
- lib/bson/object_id.rb
#hash ⇒ Integer
Get the hash value for the object id.
122 123 124 |
# File 'lib/bson/object_id.rb', line 122 def hash generate_data.hash end |
Get the hash value for the object id.
122 123 124 |
# File 'lib/bson/object_id.rb', line 122 def hash generate_data.hash end |