Skip to content

Instantly share code, notes, and snippets.

@sevperez
Created March 22, 2018 15:12
Show Gist options
  • Select an option

  • Save sevperez/801a16fb1235bc061ed2169e88fdbed2 to your computer and use it in GitHub Desktop.

Select an option

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