Class: TTT::Human
Instance Attribute Summary
Attributes inherited from Player
Instance Method Summary collapse
Methods inherited from Player
Constructor Details
This class inherits a constructor from TTT::Player
Instance Method Details
#no_gui? ⇒ Boolean
4 5 6 |
# File 'lib/ttt/human.rb', line 4 def no_gui? false end |
#prompt ⇒ Object
8 9 10 |
# File 'lib/ttt/human.rb', line 8 def prompt "Enter move:" end |