# File test/test_EditProperties.rb, line 149 def crypt(password, salt=nil) @crypt_call += 1 @crypt_passowrd = password args = [ password ] args << salt if salt @pw_enc_orig.crypt(*args) end