Method: BCrypt::Password#version

Defined in:
lib/bcrypt.rb

#versionObject (readonly)

The version of the bcrypt() algorithm used to create the hash.



145
146
147
# File 'lib/bcrypt.rb', line 145

def version
  @version
end