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 / Manifest.txt
100644 25 lines (24 sloc) 0.473 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
History.txt
Manifest.txt
PostInstall.txt
README.rdoc
Rakefile
features/development.feature
features/extract_method.feature
features/steps/code_steps.rb
features/steps/common.rb
features/steps/env.rb
lib/rfactor.rb
lib/rfactor/code.rb
lib/rfactor/line_finder.rb
lib/rfactor/string_ext.rb
script/console
script/destroy
script/generate
spec/code_spec.rb
spec/line_finder_spec.rb
spec/rfactor_spec.rb
spec/spec.opts
spec/spec_helper.rb
spec/string_ext_spec.rb
tasks/rspec.rake