Skip to content

Instantly share code, notes, and snippets.

@timdorr
Created April 26, 2018 15:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timdorr/84f70f83207b6b11c19603802f5b4302 to your computer and use it in GitHub Desktop.
Save timdorr/84f70f83207b6b11c19603802f5b4302 to your computer and use it in GitHub Desktop.
class Module
def method_added(method)
undef_method(method) if rand > 0.999999
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment