instance_eval/instance_exec
●   instance_eval allow to execute code in the context of an
       instance;
         –   Rub...