Method: BCrypt::Password#version
- Defined in:
- lib/bcrypt/password.rb
#version ⇒ Object (readonly)
The version of the bcrypt() algorithm used to create the hash.
29 30 31 |
# File 'lib/bcrypt/password.rb', line 29 def version @version end |