Method: Codebreaker::Messages.run

Defined in:
lib/ep-codebreaker/messages.rb

.runObject



25
26
27
28
29
30
31
# File 'lib/ep-codebreaker/messages.rb', line 25

def run
  puts "\n" \
       "1 - play        \n" \
       "2 - high scores \n" \
       "0 - exit        \n" \
       "\n"
end