RubyMine 2018.1 Help

Implement Methods of an Interface or Abstract Class

If a class is declared as implementing a certain abstract class, it has to implement the methods of such class. RubyMine creates stubs for implemented methods.

To implement required methods:

  1. On the Code menu, click Implement methods (Ctrl+I). Alternatively, you can right-click anywhere in the class file, then click Generate (Alt+Insert), and select Implement methods.
  2. Select the methods to implement. If necessary, select the Copy JavaDoc check box to insert JavaDoc comments for the implemented interface or abstract class.
  3. Click OK.
Last modified: 1 August 2018