Skip to content

Instantly share code, notes, and snippets.

@go-east

go-east/bot.rb Secret

Created July 5, 2016 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save go-east/6e91b9d9c8c9357bb41a3d0f8dcdc71b to your computer and use it in GitHub Desktop.
Save go-east/6e91b9d9c8c9357bb41a3d0f8dcdc71b to your computer and use it in GitHub Desktop.
require_relative './coach_answer'
puts "What would you like to do ?"
your_message = gets.chomp.to_s
unless your_message.include? "!"
coach_answer(your_message)
end
# TODO: Implement the program that makes you discuss with your coach from the terminal.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment