Method: BCrypt::Password#version

Defined in:
lib/bcrypt/password.rb

#versionObject (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