Module: Risu::CLI::Banner

Defined in:
lib/risu/cli/banner.rb

Constant Summary collapse

Banners =
[
'
  _
 _ __(_)___ _   _
| \'__| / __| | | |
| |  | \__ \ |_| |
|_|  |_|___/\__,_|


',
'
  _
 (_)
 _ __ _ ___ _   _
| \'__| / __| | | |
| |  | \__ \ |_| |
|_|  |_|___/\__,_|


',
'
          _/
   _/  _/_/        _/_/_/  _/    _/
  _/_/      _/  _/_/      _/    _/
 _/        _/      _/_/  _/    _/
_/        _/  _/_/_/      _/_/_/


',
'
            /|       |\
            || ( * ) ||
            \|       |/
             \\\\\\\|////
               |||||
               |||||
               |||||   The Eye of Sauron
               |||||    is on your network..
               |||||
               |||||
               |||||   You cannot hide...
               |||||    I see you....
               |||||
               |||||
              _|||||_
             ///|||\\\\\
',
'
  o
 ,_       ,
/  |  |  / \_|   |
   |_/|_/ \/  \_/|_/


',
'
   _
  ____(_)__ __ __
 / __/ (_-</ // /
/_/ /_/___/\_,_/


'
]

Class Method Summary collapse

Class Method Details

.to_sObject



93
94
95
# File 'lib/risu/cli/banner.rb', line 93

def self.to_s
	Banners[rand(Banners.length)]
end