Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@flanger001
Last active August 17, 2018 19:33
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 flanger001/2164774d7f2e2d97c7dc70b5bf4e8e0a to your computer and use it in GitHub Desktop.
Save flanger001/2164774d7f2e2d97c7dc70b5bf4e8e0a to your computer and use it in GitHub Desktop.
class String
def spongebob
each_char.map { |c| rand > 0.5 ? c.swapcase : c }.join
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment