Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created July 31, 2016 23:22
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 anonymous/08399404709cb88b7fe89bd507ccaf90 to your computer and use it in GitHub Desktop.
Save anonymous/08399404709cb88b7fe89bd507ccaf90 to your computer and use it in GitHub Desktop.
begin
puts "Enter command: "
line = gets.chomp
case line
when "is_connected"
#puts bool
when "num_of_connections"
#number_of_connections
when "exit"
break
when "dump"
else
#bot1.set_command(line)
#puts bot2.get_command
end
end while true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment