Module: Mastermind::Helper
Instance Method Summary collapse
Instance Method Details
#get_input(message) ⇒ Object
7 8 9 10 11 |
# File 'lib/mastermind/helper.rb', line 7 def get_input() input = gets.chomp input end |
#send_message(message) ⇒ Object
3 4 5 |
# File 'lib/mastermind/helper.rb', line 3 def () puts end |