Class: MegaRps::Computer

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

Instance Method Summary collapse

Instance Method Details

#moveObject



93
94
95
96
97
98
# File 'lib/mega_rps.rb', line 93

def move

  move = %w[r p s].sample


end