Method: Forgejo::WikiCommitList#hash
- Defined in:
- lib/forgejo/models/wiki_commit_list.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
114 115 116 |
# File 'lib/forgejo/models/wiki_commit_list.rb', line 114 def hash [commits, count].hash end |