Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Move a method between classes using RubyMine

How do (can I?) I move a method from one class to another using RubyMine?

I tried right-clicking on the method name, selecting Refactor, and Move ..., but that gives me Move file path/to/file.rb To directory:.

like image 829
Andrew Grimm Avatar asked Feb 19 '26 09:02

Andrew Grimm


1 Answers

Move method refactoring is not supported yet, please vote for this feature request.

like image 114
CrazyCoder Avatar answered Feb 21 '26 05:02

CrazyCoder