class RPW::Bannerlord

Public Class Methods

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