bin/rps in PlayRockPaperScissorsGame-1.5.5 vs bin/rps in PlayRockPaperScissorsGame-1.5.6
- old
+ new
@@ -8,11 +8,13 @@
|====================================|
=end
class PlayRockPaperScissorsGame
- require "colorize";
-
+ require "colorized_string";
+ ColorizedString.colors;
+ ColorizedString.modes;
+
class RPS
protected;
module Constants
NTRY_TO_SYM = { 'p' => :PAPER, 'r' => :ROCK, 's' => :SCISSORS };