<div dir="ltr">Hello, my name is Lisandro Cordoba and I am a computer science student (UBA)<br><br>While working with Cuis, I noticed that when performing refactorings (such as push up) on all methods within a category, it is necessary to do so one method at a time.<br><br>To streamline this process, I have implemented the following category-level refactorings:<br><br>    Push up<br>    Add in superclass as SubclassResponsability <br>    Push down to subclasses<br>    Push down to one subclass<br><br>The goal of these methods is to simplify and speed up the refactoring process.<br><br>Any feedback or comments are greatly appreciated!</div>