RubyMine 5.4.0 Web Help

Refactor | Extract Method

Refactor | Extract Method

ItemDescription
NameIn this text box, specify the name of the function or method to be generated on the basis of the selected source code.
ParametersIn this area, select parameters to be passed to the new method/function.

Tip

If any parameter that is critical for the functionality of the new method is not selected, RubyMine will be unable to proceed with the refactoring.

Move Up/DownUse these buttons to change the order of the parameters.
Signature previewIn this read-only field, view the declaration of the new method/function.
Output variablesThis read-only field shows local variables or parameters that have been changed within the method body, and will be returned by the method.

See Also

Procedures:

External Links:

Web Resources: