Class: MegaRps::Human

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

Instance Method Summary collapse

Instance Method Details

#moveObject



82
83
84
85
86
# File 'lib/mega_rps.rb', line 82

def move

  move = gets.chomp[0].downcase
  
end