# File control/EditProperties/EditProperties.rb, line 273 def arg_password=(new_password) unless (empty_string? new_password) then @argument[:value] = @pw_enc.crypt(new_password) end end