Skip to content

Commit 5b664e4

Browse files
committed
Add Raplh to success message
Ralph appears when a suspenders app is created successfully
1 parent 6e1224b commit 5b664e4

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

lib/templates/web.rb

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,4 +316,36 @@ def print_message
316316
say "*" * 50
317317
say "Congratulations! You just pulled our suspenders."
318318
say "*" * 50
319+
say ralph
320+
end
321+
322+
def ralph
323+
<<~ASCII
324+
##################################################
325+
################+ ################
326+
############ -###########
327+
######### =################*. :########
328+
#######- =####= =#### #######
329+
########+ ###+ +##+ ########
330+
###########. .###############- ##########
331+
###########= +####= :+####* ###########
332+
###############= *##############
333+
############## +###########- ##############
334+
###############=*#################+###############
335+
##################################################
336+
#########: #########
337+
######### ########
338+
######### ########
339+
######### ##. +#= ########
340+
######### #= # #* #. ########
341+
######### #. # #= #: ########
342+
######### :##+ ### ########
343+
######### ########
344+
######### ########
345+
######### ########
346+
######### ########
347+
#########+ #########
348+
##################################################
349+
##################################################
350+
ASCII
319351
end

0 commit comments

Comments
 (0)