Class: MegaRps::Computer
- Inherits:
-
Object
- Object
- MegaRps::Computer
- Defined in:
- lib/mega_rps.rb
Instance Method Summary collapse
Instance Method Details
#move ⇒ Object
93 94 95 96 97 98 |
# File 'lib/mega_rps.rb', line 93 def move move = %w[r p s].sample end |