Class: RpsYsc::Rps

Inherits:
Object
  • Object
show all
Defined in:
lib/rps_ysc.rb

Overview

Your code goes here…

Class Method Summary collapse

Class Method Details

.playObject



6
7
8
9
# File 'lib/rps_ysc.rb', line 6

def self.play
    user = Play.new
    user.start
end