Class: Moocher::Banner

Inherits:
Object
  • Object
show all
Defined in:
lib/moocher/banner.rb

Instance Method Summary collapse

Constructor Details

#initialize(env = ENV) ⇒ Banner



3
4
5
# File 'lib/moocher/banner.rb', line 3

def initialize(env = ENV)
  @env = env
end

Instance Method Details

#moocher_bannerObject



11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# File 'lib/moocher/banner.rb', line 11

def moocher_banner
 "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#######%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%(     #%%%%%%/ (%%%%%%%%%%%%%%,/%%%%%%%,     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%(   (%%%%%#     %%%%%%%%%%%%%/    /%%%%%#    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%( ,%%%%%%%%%#   *%%%%%%%%%%%#       ,%%%%%,  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%(*%%%%%. ,%%%%#  (%%%%%%%%%%.         #%%%%* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%#     ,%%%%# #%%%%%%%%*           (%%%%*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%.       /%%%%#%%%%%%%#             #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%   %%%%%%%%%%%%%%%%%%%%%%%%%/  #%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%/          /%%%%%%%%%%.             .%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%   #%%%%%%%%%%%%%%%%%%%%%%%%(.,%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%#.            /%%%%%%%*       .       #%%%%%%%%#  ,,  /*  *%%%(.   *%%%#,   ,%%%%/   (%   ,  /%%%/   .#%#  ,. %%%%%,  #%%/   .(%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%(        /      /%%%%#       .(       (%%%%%%%%#   *   ,,  *%.  /(   #(  .#.  (#   .*(%   *   ##   %#  /#    .%%%%%.  #%   (*  ,%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%#        %.       *%%%%(     ((       #%%%%%%%%#   %,  #/  ,#  .%%.  (,  (%*  /*  .%%%%   #.  #/   ,,,,/#   %%%%%%%.  #(  .%#   #%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%,       %#        ((%%%%(  ,%(       %%%%%%%%%#   %,  #/  ,%,  ,/   %(   /   ##    ./%   #.  ##    ,. (#   %%* *%%.  #%   *,  *%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%#       %%*          ,%%%%#%%(      (%%%%%%%%%#...%*..#(..*%%#,  .(%%%%/. ./%%%%(. .#%...%,..#%%#,  ,(%#...%%/ /%%,..#%%(.  *#%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%(      %%%.           ,%%%%%(     *%%%%(%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%(#%%%%/     %%%(             /%%%%/   ,%%%%#.%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%( #%%%%#    %%%%.            #%%%%%%#(%%%%# .%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%(  /%%%%%#  %%%%#           *%%%%%%%%%%%%/  .%%%%%(#(#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#(%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%(    (%%%%%%%%%%%*          %%%%%%%%%%%#    .%%%%%,.*%(,*%*,/#..(%%#,,,.(#..#(.,%/.#(..%/,*#.*#.*%%%#..#*/.#.,%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%(      /%%%%%%%%%%.        (%%%%%%%%%#      .%%%%%,(.(/,*%,**#..(%%#,/.*(/,.#**.#*,#(,.#*,*#.%#*.%%%(.,#*,.#**%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
"
end

#to_sObject



7
8
9
# File 'lib/moocher/banner.rb', line 7

def to_s
  moocher_banner
end