Method: Micro::Menu::Messages.thanks
- Defined in:
- lib/micro/menu/messages.rb
.thanks ⇒ Object
8 9 10 11 12 13 14 15 16 17 |
# File 'lib/micro/menu/messages.rb', line 8 def thanks [ colors.green('Great job! o/'), colors.green('See you later! =)'), colors.green('Baby bye bye bye...'), "Bring me #{colors.green('a cookie')} when you come back!?", "Have a nice #{colors.cyan('day')}! =)", "See you later #{colors.green('olligator')}! =)" ] end |