# File lib/merb-auth-more/mixins/bcrypt_user.rb, line 53 def bcrypt_password @bcrypt_password ||= BCrypt::Password.new(crypted_password) end