Sha256: 39ae5d6151c57158d48716fbdcb7055b03ae9961900648a0978ffd4e4fc12aa9
Contents?: true
Size: 587 Bytes
Versions: 2
Compression:
Stored size: 587 Bytes
Contents
# frozen_string_literal: true module Micro module Menu module Messages class << self 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 private def colors Micro::Menu.colors end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
u-menu-0.10.0 | lib/micro/menu/messages.rb |
u-menu-0.8.0 | lib/micro/menu/messages.rb |