lib/Main.rb in rpsg-0.3.8 vs lib/Main.rb in rpsg-0.3.9

- old
+ new

@@ -2,11 +2,12 @@ class RockPaperScissorsGame require "rpsg/version.rb" require "Constants.rb" + + protected_methods :ProtectedConstants - # protected_methods :Constants class << self # add continue method for asking the user if they want to play rock paper scissors def continue(str1,str2,str3) puts str1