class Player
Attributes
choice[RW]
Public Class Methods
new()
click to toggle source
# File lib/player.rb, line 7 def initialize @choice = nil end
# File lib/player.rb, line 7 def initialize @choice = nil end