Created
June 30, 2014 22:08
-
-
Save JasonY1/1873a845d1697e20d9ae to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
case | |
when p1[1] == "R" && p2[1] == "S" || p1[1] == "P" && p2[1] == "R" || p1[1] == "S" && p2[1] == "P" || p1[1] == p2[1] | |
then p1 | |
else p2 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment