ajvargo / ruby-refactor

A minor mode for Emacs that provides some Ruby refactoring methods.
63 stars 19 forks source link

Extract Method Indention #15

Closed cheezy closed 11 years ago

cheezy commented 11 years ago

I've updated the ruby-refactor-extract-to-method function to properly indent the extracted method to the proper level. I've also added a test to demonstrate that it works. The test uses ecukes and espuds.

I would like to help you add more functionality to this mode and also help package it so it can be installed via the ELPA.

cheezy commented 11 years ago

I've completed the ruby-refactor-extract-local-variable and added a new one named ruby-refactor-extract-constant. I'd also like to add this project to melpa so it is part of the package management. What are your thoughts?