bin/rps in PlayRockPaperScissorsGame-1.1.5 vs bin/rps in PlayRockPaperScissorsGame-1.1.6
- old
+ new
@@ -1,8 +1,8 @@
#!/usr/bin/env ruby
-class Master
+class PlayRockPaperScissorsGame
class RPS
module Constants
NTRY_TO_SYM = {
@@ -96,7 +96,7 @@
end;
end;
end;
end;
-Master::RPS::RockPaperScissors.new.play(3); # best of 3
+PlayRockPaperScissorsGame::RPS::RockPaperScissors.new.play(3); # best of 3