Class: Cowsay::Character::Ghostbusters

Inherits:
Base
  • Object
show all
Defined in:
lib/cowsay/character/ghostbusters.rb

Constant Summary

Constants inherited from Base

Base::MAX_LINE_LENGTH

Instance Method Summary collapse

Methods inherited from Base

#initialize, say, #say

Constructor Details

This class inherits a constructor from Cowsay::Character::Base

Instance Method Details

#templateObject



5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# File 'lib/cowsay/character/ghostbusters.rb', line 5

def template
  "    \#{@thoughts}\n     \#{@thoughts}\n      \#{@thoughts}          __---__\n              _-       /--______\n         __--( /     \\\\ )XXXXXXXXXXX\\\\v.\n       .-XXX(   O   O  )XXXXXXXXXXXXXXX-\n      /XXX(       U     )        XXXXXXX\\\\\n    /XXXXX(              )--_  XXXXXXXXXXX\\\\\n   /XXXXX/ (      O     )   XXXXXX   \\\\XXXXX\\\\\n   XXXXX/   /            XXXXXX   \\\\__ \\\\XXXXX\n   XXXXXX__/          XXXXXX         \\\\__---->\n ---___  XXX__/          XXXXXX      \\\\__         /\n   \\\\-  --__/   ___/\\\\  XXXXXX            /  ___--/=\n    \\\\-\\\\    ___/    XXXXXX              '--- XXXXXX\n \\\\-\\\\/XXX\\\\ XXXXXX                      /XXXXX\n   \\\\XXXXXXXXX   \\\\                    /XXXXX/\n    \\\\XXXXXX      >                 _/XXXXX/\n      \\\\XXXXX--__/              __-- XXXX/\n       -XXXXXXXX---------------  XXXXXX-\n          \\\\XXXXXXXXXXXXXXXXXXXXXXXXXX/\n            \"\"VXXXXXXXXXXXXXXXXXXV\"\"\n  TEMPLATE\nend\n"