Class: Zxcvbn::Tester

Inherits:
Object
  • Object
show all
Defined in:
lib/zxcvbn.rb

Instance Method Summary collapse

Instance Method Details

#test(password, user_inputs = []) ⇒ Object



44
45
46
# File 'lib/zxcvbn.rb', line 44

def test(password, user_inputs = [])
  Zxcvbn.test(password, user_inputs)
end