class Human

Attributes

choice[RW]

Public Instance Methods

make_choice() click to toggle source
# File lib/player.rb, line 16
def make_choice
  @choice = gets.chomp.downcase
end