module Cowsay module Character class Spongebob < Base def template <<~TEMPLATE #{@thoughts} #{@thoughts} ,____#{" "} (% ..* #)#{" "} (\\ .*\\ #{" "} *\\ @ (.\\ #{" "} (\\ , / , \\&#{" "} .,,*((,.*% @@.,,,,....,,,(#(,.,..,,.##{" "} *(,../#####//../@@#&.,,*(#(*,..,...,.,..,.(#{" "} .(*.,,,,,.####.,/(****&(,.,/((((,.,.../.,.,...(#{" "} #....,,.....,,.(*****/((..........,.....*...####..##{" "} (.**..........%%(#@........*,.....,/...,.(####.., /@@#{" "} /..,/(**.................#.,%&&@(.....,,.(#(.../ / /\\ ////#{" "} ,& .. .,.............& ...../..,.,#*,. /, /\\ \\/ *.(#{" "} ///(@@) *............* (/@*@),....*.,.##.,. / )/ \\ \\, .. %*&#{" "} . .. *..............& ., @.......,,,..*(__ / &.,*,.%%#{" "} %&%@/...&..#............(......,(....,.,,,,.##% #(((//@.#*,..&#{" "} (@.....%..............................,..###*,,.,,.**.@, .,@&#{" "} /......(..,/............,................,......*#/.,,..(%@@%%%@#{" "} @............@&&&&&&&@#*........,,,.....*......,.*...@@@%%%%.#{" "} %........./&&&#.......%@/....*//*///.....,....,,.(....&%.#{" "} @....... (*..,@,....................*/*/.....*,**,(*(#{" "} &....( ,%*.......................*#%%@#{" "} #.( %%%%%%%%@ &%%@%%%%%#{" "} *.**@@@ ..%%%,#{" "} (*.*# ..%#{" "} .@@@@@@&(@ @%, .*&@@@#{" "} @@@@@@@@@ @@@@@#{" "} *@@&@@@@#{" "} TEMPLATE end end end end