Method: Forgejo::ActivityPub#hash
- Defined in:
- lib/forgejo/models/activity_pub.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
103 104 105 |
# File 'lib/forgejo/models/activity_pub.rb', line 103 def hash [context].hash end |