public
Description: Common refactorings for Ruby code, written in Ruby. This project aims to be integrated with several editors (mainly TextMate), to provide simple refactorings
Homepage: http://www.fabiokung.com
Clone URL: git://github.com/fabiokung/rfactor.git
Click here to lend your support to: rfactor and make a donation at www.pledgie.com !
rfactor / History.txt
100644 7 lines (5 sloc) 0.157 kb
1
2
3
4
5
6
7
== 0.0.1 2009-02-04
 
* basic extract method support:
  * for code inside methods
  * without identifying method parameters
  * without getting method return