ecomba / vim-ruby-refactoring

Refactoring tool for Ruby in vim!
520 stars 52 forks source link

Parenless Style on Extract, via g:ruby_refactoring_sans_superfluous_syntax #42

Closed rking closed 4 years ago

rking commented 11 years ago

If someone does:

let g:ruby_refactoring_sans_superfluous_syntax = 1

They will now get method extractions without parens (which, technically, aren't always superfluous, but people that prefer this style can cope with those cases)