Class: HappyBirthday::BDay

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

Instance Method Summary collapse

Instance Method Details



5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# File 'lib/happy_birthday.rb', line 5

def print
  puts ''
  puts "
                        _____
                       (   O )
 _|_|__|_|_|__|_|_     |     |
|~~~~~~~~~~~~~~~~~|    \\_____/
-------------------    |
| Happy Birthday! |   |
-------------------   |
|~~~~~~~~~~~~~~~~~|   |
-------------------  |

       "
  puts ''
  puts '    Brought to you by the happy_birthday Ruby Gem!'
  puts ''
end