lib/exec.rb in RPSrb-0.0.9 vs lib/exec.rb in RPSrb-0.1.0

- old
+ new

@@ -1,2 +1,4 @@ -RockPaperScissors.new.play(2) # best out of 3 (0, 1, 2) +# == Execute game +# best out of 3 (0, 1, 2) +RockPaperScissors.new.play(2)