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