ajvargo / ruby-refactor

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

Convert Post conditional #12

Open ajvargo opened 11 years ago

ajvargo commented 11 years ago
gee if whiz

becomes

if whiz
  gee
end

Should cover if, unless. Consider going other direction if region is 3 lines.