Guest User

Untitled

a guest
Oct 22nd, 2018
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. class RefToolCredentials
  2. $usernames = {
  3. "Correct" => "esmith",
  4. "Incorrect" => "frank"
  5. }
  6. $passwords = {
  7. "Correct" => "password1",
  8. "Incorrect" => "WrongPassw0rd2"
  9. }
  10. end
Add Comment
Please, Sign In to add comment