RubyMine 2017.3 Help

Implementing Methods of an Interface

Introduction

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

Implementing methods

To implement method, follow these steps:

  1. Do one of the following:
    • On the main menu, choose Code | Implement methods....
    • Press Ctrl+I
    • Right-click the editor, choose Generate on the context menu, or press Alt+Insert, and choose Implement methods....

    The Select methods to implement dialog appears, displaying the list of classes with the methods that can be implemented.

  2. Select one or more methods to implement. For multiple selection, use Ctrl and Shift keys.
  3. Click OK.
Last modified: 4 April 2018

See Also