Skip to content

Instantly share code, notes, and snippets.

@AJFaraday
Created November 23, 2016 09:33
Show Gist options
  • Save AJFaraday/1d94ed4348eb4280ccda62204439082f to your computer and use it in GitHub Desktop.
Save AJFaraday/1d94ed4348eb4280ccda62204439082f to your computer and use it in GitHub Desktop.
evil.rb
class Object
def method_missing(m, *args, &block)
return true
end
end
45.foo
# => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment