Skip to content

Instantly share code, notes, and snippets.

@seanmcmills
Last active August 8, 2019 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanmcmills/29d06568da16ae0c54a72c9626bcc62f to your computer and use it in GitHub Desktop.
Save seanmcmills/29d06568da16ae0c54a72c9626bcc62f to your computer and use it in GitHub Desktop.
Change Sentence into a Mocking SpongeBob Sentence!
def mockingspongebob str
str.split.map{|w|w.split('').map{|c|c.send(%w(upcase downcase).sample)}.join}.join(' ')
end
# cHAnge sentEnCE inTO a mocKING spOnGEBob SENTEnce!
# ChANGe senTENce INto A moCKing SPongEBOb senTenCe!
# CHaNgE SENtenCe IntO A MocKING sPongebOB sENTEnCe!
# ChanGE sEnTenCE INTO a MoCKIng Spongebob SENtEnCe!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment