Skip to content

Instantly share code, notes, and snippets.

@brafales
Created February 24, 2018 14:36
Show Gist options
  • Save brafales/5c22c6b7b3f29af2bab00fc5bb4ec060 to your computer and use it in GitHub Desktop.
Save brafales/5c22c6b7b3f29af2bab00fc5bb4ec060 to your computer and use it in GitHub Desktop.
class NilClass
def method_missing
raise StandardError "Ha, ha! Loser"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment