method
_stash_object_in_method
v3.0.9 -
Show latest stable
- Class:
Class
_stash_object_in_method(object, method, instance_reader = true)private
Take the object being set and store it in a method. This gives us automatic inheritance behavior, without having to store the object in an instance variable and look up the superclass chain manually.