Method: Forgejo::GPGKeyEmail#hash
- Defined in:
- lib/forgejo/models/gpg_key_email.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
112 113 114 |
# File 'lib/forgejo/models/gpg_key_email.rb', line 112 def hash [email, verified].hash end |