module Rockpaperkinson

Constants

VERSION

Public Class Methods

new_game() click to toggle source
# File lib/rockpaperkinson.rb, line 7
def self.new_game
  r = RockPaperScissors.new
  r.play
end