Skip to content

Instantly share code, notes, and snippets.

@eregon
Created January 28, 2016 14:47
Show Gist options
  • Save eregon/d8e91e27367f63bfa3ac to your computer and use it in GitHub Desktop.
Save eregon/d8e91e27367f63bfa3ac to your computer and use it in GitHub Desktop.
if obj.metaclass.realclass.id == CACHED_ID
if CACHED_INDEX < obj.ivars.length
return obj.ivars[CACHED_INDEX]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment