Skip to content

Instantly share code, notes, and snippets.

@repomaa
Last active January 3, 2018 21:59
Show Gist options
  • Save repomaa/0ea9f402f7daa028660c8812b57eb774 to your computer and use it in GitHub Desktop.
Save repomaa/0ea9f402f7daa028660c8812b57eb774 to your computer and use it in GitHub Desktop.
[3] pry(#<Autopass::EntryCache>)> show-source @entries.first.eql?
From: object.c (C Method):
Owner: Kernel
Visibility: public
Number of lines: 6
VALUE
rb_obj_equal(VALUE obj1, VALUE obj2)
{
if (obj1 == obj2) return Qtrue;
return Qfalse;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment