class Rps10k::Player
Attributes
move[R]
Public Class Methods
new()
click to toggle source
# File lib/rps10k/player.rb, line 4 def initialize @move = nil end
# File lib/rps10k/player.rb, line 4 def initialize @move = nil end