Class: Rockpaperscissorsbattle::Computer

Inherits:
Player
  • Object
show all
Defined in:
lib/rockpaperscissorsbattle/computer.rb

Instance Method Summary collapse

Instance Method Details

#pick(options) ⇒ Object



3
4
5
# File 'lib/rockpaperscissorsbattle/computer.rb', line 3

def pick(options)
  options.keys.sample
end