Class: MegaRps::Human
- Inherits:
-
Object
- Object
- MegaRps::Human
- Defined in:
- lib/mega_rps.rb
Instance Method Summary collapse
Instance Method Details
#move ⇒ Object
82 83 84 85 86 |
# File 'lib/mega_rps.rb', line 82 def move move = gets.chomp[0].downcase end |