class SKP::Bannerlord

Public Class Methods

banner() click to toggle source
print_banner() click to toggle source
r() click to toggle source
# File lib/skp/cli/bannerlord.rb, line 14
def r
  "\e[31m"
end
reset() click to toggle source
# File lib/skp/cli/bannerlord.rb, line 18
def reset
  "\e[0m"
end
small_banner() click to toggle source
# File lib/skp/cli/bannerlord.rb, line 22
def small_banner
  %(
    ,---.o    |     |    o         o
    `---..,---|,---.|__/ .,---.    .,---.
        |||   ||---'|  \ ||   |    ||   |
    `---'``---'`---'`   ```---|    ``   '
                              |
    ,---.               |    o
    |---',---.,---.,---.|--- .,---.,---.
    |    |    ,---||    |    ||    |---'
    `    `    `---^`---'`---'``---'`---'
    #{reset})
end