Skip to content

Instantly share code, notes, and snippets.

@sevperez
Created March 22, 2018 15:12
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 sevperez/801a16fb1235bc061ed2169e88fdbed2 to your computer and use it in GitHub Desktop.
Save sevperez/801a16fb1235bc061ed2169e88fdbed2 to your computer and use it in GitHub Desktop.
[1, 2, 3].public_methods.include?(:==) # => true
42.public_methods.include?(:==) # => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment